Runtime data for a single font within a parent ImFontAtlas
| 145 | struct ImDrawVert; // A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT) |
| 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) |