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

Class ImFontBuilderIO

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

Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader

Source from the content-addressed store, hash-verified

146struct ImFont; // Runtime data for a single font within a parent ImFontAtlas
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected