Use Vazir font on macOS too.

This commit is contained in:
John Preston 2020-05-10 17:10:21 +04:00
parent 8e44fb7780
commit 8a1aeb22d8

View file

@ -230,10 +230,8 @@ void StartFonts() {
//QFont::insertSubstitution(name, fallback);
#endif // Q_OS_WIN
#if defined Q_OS_WIN || defined Q_OS_LINUX
const auto persianFallback = FontTypePersianFallback[i];
QFont::insertSubstitution(name, persianFallback);
#endif // Q_OS_WIN || Q_OS_LINUX
}
#ifdef Q_OS_MAC