Searched defs:ImFont (Results 1 – 2 of 2) 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