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