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

Class ImFontBuilderIO

KBotExt/imgui/imgui_internal.h:3296–3299  ·  view source on GitHub ↗

This structure is likely to evolve as we add support for incremental atlas updates

Source from the content-addressed store, hash-verified

3294
3295// This structure is likely to evolve as we add support for incremental atlas updates
3296struct ImFontBuilderIO
3297{
3298 bool (*FontBuilder_Build)(ImFontAtlas* atlas);
3299};
3300
3301// Helper for font builder
3302#ifdef IMGUI_ENABLE_STB_TRUETYPE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected