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

Class ImFontConfig

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

Opaque interface to a font builder (stb_truetype or FreeType).

Source from the content-addressed store, hash-verified

147struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
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)

Callers 4

AddFontDefaultMethod · 0.85
AddFontFromFileTTFMethod · 0.85
AddFontFromMemoryTTFMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected