From 26746e43618258fa9146c16b9f524f8ee7f3b246 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 24 Sep 2021 11:51:07 +0200 Subject: Use Yu Gothic UI as the main fallback font for Japanese Using MS Gothic UI as the fallback on Japanese locale has been outdated for many years. The default font on Japanese is Yu Gothic UI, and this caused mismatches between Japanese text when using the fallback and when just relying on the default. [ChangeLog][Text] Made the primary fallback font on Japanese locale "Yu Gothic UI" (the default system font). Task-number: QTBUG-96689 Change-Id: I9cf34410619ff4a2ceb9b03d523018c5061c3634 Reviewed-by: Lars Knoll (cherry picked from commit 416fbfa5a017406535a62a503411039d7a17c844) --- src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp') diff --git a/src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp b/src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp index 21f4f7d879..ba683cf686 100644 --- a/src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp +++ b/src/platformsupport/fontdatabases/windows/qwindowsfontdatabase.cpp @@ -1719,6 +1719,7 @@ static const char *other_tryFonts[] = { }; static const char *jp_tryFonts [] = { + "Yu Gothic UI", "MS UI Gothic", "Arial", "Gulim", -- cgit v1.2.3