Searched refs:ImFontConfig (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp13 // [SECTION] ImFontConfig
1354 // [SECTION] ImFontConfig
1357 ImFontConfig::ImFontConfig() function in class:ImFontConfig
1544 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg)
1557 ImFontConfig& new_font_cfg = ConfigData.back();
1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template)
1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig();
1609 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg_templat
[all...]
H A Dimgui.h23 // Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags, ImFontAtlas, ImFont)
101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
1909 // Font API (ImFontConfig, ImFontGlyph, ImFontAtlasFlags, ImFontAtlas, ImFontGlyphRangesBuilder, ImFont)
1912 struct ImFontConfig struct
1935 IMGUI_API ImFontConfig();
1941 float AdvanceX; // Distance to next character (= data from font + ImFontConfig::GlyphExtraSpacing.x baked in)
1989 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg);
1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
1991 IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL);
1992 IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cf
[all...]
H A Dimgui_internal.h1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);
H A Dimgui_demo.cpp2938 if (const ImFontConfig* cfg = &font->ConfigData[config_i])
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp13 // [SECTION] ImFontConfig
1354 // [SECTION] ImFontConfig
1357 ImFontConfig::ImFontConfig() function in class:ImFontConfig
1544 ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg)
1557 ImFontConfig& new_font_cfg = ConfigData.back();
1589 ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template)
1591 ImFontConfig font_cfg = font_cfg_template ? *font_cfg_template : ImFontConfig();
1609 ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg_templat
[all...]
H A Dimgui.h23 // Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags, ImFontAtlas, ImFont)
101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
1909 // Font API (ImFontConfig, ImFontGlyph, ImFontAtlasFlags, ImFontAtlas, ImFontGlyphRangesBuilder, ImFont)
1912 struct ImFontConfig struct
1935 IMGUI_API ImFontConfig();
1941 float AdvanceX; // Distance to next character (= data from font + ImFontConfig::GlyphExtraSpacing.x baked in)
1989 IMGUI_API ImFont* AddFont(const ImFontConfig* font_cfg);
1990 IMGUI_API ImFont* AddFontDefault(const ImFontConfig* font_cfg = NULL);
1991 IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL);
1992 IMGUI_API ImFont* AddFontFromMemoryTTF(void* font_data, int font_size, float size_pixels, const ImFontConfig* font_cf
[all...]
H A Dimgui_internal.h1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent);

Completed in 59 milliseconds