Opaque interface to a font builder (stb_truetype or FreeType).
| 143 | struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader |
| 144 | struct ImFontBuilderIO; // Opaque interface to a font builder (stb_truetype or FreeType). |
| 145 | struct ImFontConfig; // Configuration data when adding a font or merging fonts |
| 146 | struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset) |
| 147 | struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data |
| 148 | struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using) |
no outgoing calls
no test coverage detected