Home
last modified time | relevance | path

Searched defs:ImFont (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h2082 struct ImFont struct
2091 ImVector<ImFontGlyph> Glyphs; // 12-16 // out // // All glyphs. argument
2092 const ImFontGlyph* FallbackGlyph; // 4-8 // out // = FindGlyph(FontFallbackChar) argument
2096ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … argument
2097 …const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within Co… argument
2098 …1 // Number of ImFontConfig involved in creating this font. Bigger than 1 when merging mult… argument
2106 IMGUI_API ImFont(); argument
2130 typedef ImFontGlyph Glyph; // OBSOLETE 1.52+ argument
Dimgui_draw.cpp2393 ImFont::ImFont() in ImFont() function in ImFont