| 3022 | } |
| 3023 | |
| 3024 | bool ImFontAtlas::Build() |
| 3025 | { |
| 3026 | ImFontAtlasBuildMain(this); |
| 3027 | return true; |
| 3028 | } |
| 3029 | #endif // #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS |
| 3030 | |
| 3031 | ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg_in) |
no test coverage detected