Helper to build glyph ranges from text/string data
| 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) |
| 149 | struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h) |
| 150 | struct ImGuiIO; // Main configuration and I/O between your application and ImGui |
| 151 | struct ImGuiInputTextCallbackData; // Shared state of InputText() when using custom ImGuiInputTextCallback (rare/advanced use) |
no outgoing calls
no test coverage detected