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

Class ImFontGlyphRangesBuilder

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

A single font glyph (code point + coordinates within in ImFontAtlas + offset)

Source from the content-addressed store, hash-verified

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)
154struct ImGuiIO; // Main configuration and I/O between your application and ImGui

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected