We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0803b commit f85bf8cCopy full SHA for f85bf8c
src/main.cpp
@@ -433,6 +433,8 @@ int main(int argc, char **argv)
433
// Set OS-dependent fallback fonts to retrieve missing glyphs if the main font does not provide them
434
#ifdef Q_OS_WIN
435
QFontDatabase::addApplicationFallbackFontFamily(QChar::Script_Cuneiform, "Segoe UI Historic");
436
+ QFontDatabase::addApplicationFallbackFontFamily(QChar::Script_EgyptianHieroglyphs, "Segoe UI Historic");
437
+ QFontDatabase::addApplicationFallbackFontFamily(QChar::Script_Mongolian, "Mongolian Baiti");
438
#endif
439
440
0 commit comments