Configuration data when adding a font or merging fonts
| 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 |
| 152 | struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using) |
| 153 | struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) |
nothing calls this directly
no outgoing calls
no test coverage detected