Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp

Issue 1969633003: Fix Georgian font selection on Windows 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
index c2a17f5d38224c6bbca1660a44dfc67c81ed28d7..3cb0e02d41d71aa8d0e42f5f14013939e6f4eb3f 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp
@@ -142,7 +142,7 @@ void initializeScriptFontMap(ScriptToFontMap& scriptFontMap, SkFontMgr* fontMana
static const UChar* ethiopicFonts[] = { L"Nyala", L"Abyssinica SIL",
L"Ethiopia Jiret", L"Visual Geez Unicode", L"GF Zemen Unicode",
L"Ebrima", 0 };
- static const UChar* georgianFonts[] = { L"Segoe UI", L"Sylfaen", 0 };
+ static const UChar* georgianFonts[] = { L"Sylfaen", L"Segoe UI", 0 };
static const UChar* glagoliticFonts[] = { L"Segoe UI Historic",
L"Segoe UI Symbol", 0 };
static const UChar* gothicFonts[] = { L"Segoe UI Historic",
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698