MCPcopy Create free account
hub / github.com/cinder/Cinder / Build

Method Build

src/imgui/imgui_draw.cpp:2995–2999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

GetTexDataAsFormatFunction · 0.45

Calls 1

ImFontAtlasBuildMainFunction · 0.85

Tested by

no test coverage detected