Get the list of all font files we detect in the Fonts directories.
| 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; } |