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

Method SetFontLoader

src/imgui/imgui_draw.cpp:2667–2670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2665}
2666
2667void ImFontAtlas::SetFontLoader(const ImFontLoader* font_loader)
2668{
2669 ImFontAtlasBuildSetupFontLoader(this, font_loader);
2670}
2671
2672void ImFontAtlas::ClearInputData()
2673{

Callers 2

ShowFontAtlasMethod · 0.80
ImFontAtlasBuildInitFunction · 0.80

Calls 1

Tested by

no test coverage detected