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 91396aa3acdd237bdbb2c49798f8b9afdc445ec0..88bb3da9224ada0e98f3e0b0ef4e0a083f09ba17 100644 |
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp |
@@ -139,7 +139,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", |
@@ -413,7 +413,6 @@ const UChar* getFontBasedOnUnicodeBlock(UBlockCode blockCode, SkFontMgr* fontMan |
case UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS: |
case UBLOCK_TRANSPORT_AND_MAP_SYMBOLS: |
case UBLOCK_ALCHEMICAL_SYMBOLS: |
- case UBLOCK_RUNIC: |
drott
2016/05/11 06:05:31
Why was this removed? Did it conflict with the Geo
eae
2016/05/11 16:07:27
No but the Runic font seleciton, that change lande
|
case UBLOCK_DINGBATS: |
case UBLOCK_GOTHIC: |
return symbolFont; |