Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2667
void ImFontAtlas::SetFontLoader(const ImFontLoader* font_loader)
2668
{
2669
ImFontAtlasBuildSetupFontLoader(this, font_loader);
2670
}
2671
2672
void ImFontAtlas::ClearInputData()
2673
{
Callers
2
ShowFontAtlas
Method · 0.80
ImFontAtlasBuildInit
Function · 0.80
Calls
1
ImFontAtlasBuildSetupFontLoader
Function · 0.85
Tested by
no test coverage detected