Lines Matching refs:ImFontConfig
101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
1912 struct ImFontConfig struct
1935 IMGUI_API ImFontConfig(); argument
1989 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg);
1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
1991 … AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NUL…
1992 …romMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cfg = NUL…
1993 …pressed_font_data, int compressed_font_size, float size_pixels, const ImFontConfig* font_cfg = NUL…
1994 …TTF(const char* compressed_font_data_base85, float size_pixels, const ImFontConfig* font_cfg = NUL…
2072 ImVector<ImFontConfig> ConfigData; // Internal data
2097 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co…