Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ loadPendingFont
Function
loadPendingFont
TheForceEngine/TFE_A11y/accessibility.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void loadPendingFont()
256
{
257
tryLoadFont(s_pendingFontPath, true);
258
s_pendingFontPath.clear();
259
}
260
261
//////////////////////////////////////////////////////
262
// Captions
Callers
1
main
Function · 0.85
Calls
2
tryLoadFont
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected