MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / setPendingFont

Function setPendingFont

TheForceEngine/TFE_A11y/accessibility.cpp:189–192  ·  view source on GitHub ↗

Specify a font to load after ImGui finishes rendering.

Source from the content-addressed store, hash-verified

187
188 // Specify a font to load after ImGui finishes rendering.
189 void setPendingFont(const string path)
190 {
191 s_pendingFontPath = path;
192 }
193
194 void loadDefaultFont(bool clearAtlas)
195 {

Callers 2

configA11yFunction · 0.85
findFontFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected