MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImFontConfig

Class ImFontConfig

extern/imgui/imgui.h:145–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

143struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
144struct ImFontBuilderIO; // Opaque interface to a font builder (stb_truetype or FreeType).
145struct ImFontConfig; // Configuration data when adding a font or merging fonts
146struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset)
147struct ImFontGlyphRangesBuilder; // Helper to build glyph ranges from text/string data
148struct 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