MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImFontGlyph

Class ImFontGlyph

KBotExt/imgui/imgui.h:150–150  ·  view source on GitHub ↗

Configuration data when adding a font or merging fonts

Source from the content-addressed store, hash-verified

148struct ImFontBuilderIO; // Opaque interface to a font builder (stb_truetype or FreeType).
149struct ImFontConfig; // Configuration data when adding a font or merging fonts
150struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset)
151struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data
152struct ImColor; // Helper functions to create a color that can be converted to either u32 or float4 (*OBSOLETE* please avoid using)
153struct ImGuiContext; // Dear ImGui context (opaque structure, unless including imgui_internal.h)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected