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

Class ImFontAtlas

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

Runtime data for a single font within a parent ImFontAtlas

Source from the content-addressed store, hash-verified

145struct ImDrawVert; // A single vertex (pos + uv + col = 20 bytes by default. Override layout with IMGUI_OVERRIDE_DRAWVERT_STRUCT_LAYOUT)
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)

Callers

nothing calls this directly

Calls 1

ImVec2Function · 0.85

Tested by

no test coverage detected