MCPcopy 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

mainFunction · 0.85

Calls 2

tryLoadFontFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected