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

Function getFontFiles

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

Get the list of all font files we detect in the Fonts directories.

Source from the content-addressed store, hash-verified

139
140 // Get the list of all font files we detect in the Fonts directories.
141 FilePathList getFontFiles() { return s_fontFileList; }
142
143 // The name and path of the currently selected Font file
144 FilePath getCurrentFontFile() { return s_currentFontFile; }

Callers 1

configA11yFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected