Searched defs:ImFont (Results 1 – 7 of 7) sorted by relevance
2082 struct ImFont struct2091 ImVector<ImFontGlyph> Glyphs; // 12-16 // out // // All glyphs. argument2092 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) argument2096 …ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … argument2097 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… argument2098 …1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument2106 IMGUI_API ImFont(); argument2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ argument
2393 ImFont::ImFont() in ImFont() function in ImFont
2073 struct ImFont struct2079 ImVector<ImFontGlyph> Glyphs; // // All glyphs. argument2082 const ImFontGlyph* FallbackGlyph; // == FindGlyph(FontFallbackChar) argument2087 … // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument2088 …ImFontConfig* ConfigData; // // Pointer within ContainerAtlas->… argument2089 ImFontAtlas* ContainerAtlas; // // What we has been loaded into argument2095 IMGUI_API ImFont(); argument2119 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ argument
2379 ImFont::ImFont() in ImFont() function in ImFont
2736 struct ImFont struct2745 ImVector<ImFontGlyph> Glyphs; // 12-16 // out // // All glyphs. argument2746 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) argument2749 …ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … argument2750 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… argument2751 …1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument2762 IMGUI_API ImFont(); argument2781 …IMGUI_API void AddGlyph(const ImFontConfig* src_cfg, ImWchar c, float x0, float y0, f… argument
3098 ImFont::ImFont() in ImFont() function in ImFont
12230 void ImGui::DebugNodeFont(ImFont*) {} in DebugNodeFont() argument