| 2993 | } |
| 2994 | |
| 2995 | bool ImFontAtlas::Build() |
| 2996 | { |
| 2997 | ImFontAtlasBuildMain(this); |
| 2998 | return true; |
| 2999 | } |
| 3000 | #endif // #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS |
| 3001 | |
| 3002 | ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg_in) |
no test coverage detected