Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
| 146 | struct ImFont; // Runtime data for a single font within a parent ImFontAtlas |
| 147 | struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader |
| 148 | struct ImFontBuilderIO; // Opaque interface to a font builder (stb_truetype or FreeType). |
| 149 | struct ImFontConfig; // Configuration data when adding a font or merging fonts |
| 150 | struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset) |
| 151 | struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data |
nothing calls this directly
no outgoing calls
no test coverage detected