| 16 | static constexpr const char* OSD_DEFAULT_FONT_RESOURCE = "fonts" FS_OSPATH_SEPARATOR_STR "RobotoMono-Medium.ttf"; |
| 17 | |
| 18 | static QString getConfiguredOsdFontPath(SettingsWindow* dialog) |
| 19 | { |
| 20 | return QString::fromStdString(dialog->getEffectiveStringValue("EmuCore/GS", "OsdFontPath", "")); |
| 21 | } |
| 22 | |
| 23 | static QString getEffectiveOsdFontPathForDisplay(SettingsWindow* dialog) |
| 24 | { |
no test coverage detected