Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wemino/MarkerPatch
/ GetFont
Method
GetFont
include/imgui/imgui.cpp:8742–8745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8740
}
8741
8742
ImFont* ImGui::GetFont()
8743
{
8744
return GImGui->Font;
8745
}
8746
8747
ImFontBaked* ImGui::GetFontBaked()
8748
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected