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

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

Issue 1002613002: Make some unicode symbols be rendered by Segoe UI Symbol on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix TestExpectations Created 5 years, 8 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 | « LayoutTests/fast/text/unicode-fallback-font.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontFallbackWin.cpp
diff --git a/Source/platform/fonts/win/FontFallbackWin.cpp b/Source/platform/fonts/win/FontFallbackWin.cpp
index 338da65e42f6f3bdfd60dcdd5f33eefbdb71abf6..cc0894cecf7d5b436b392e5da8651c443714d24d 100644
--- a/Source/platform/fonts/win/FontFallbackWin.cpp
+++ b/Source/platform/fonts/win/FontFallbackWin.cpp
@@ -281,9 +281,14 @@ const UChar* getFontBasedOnUnicodeBlock(int ucs4, SkFontMgr* fontManager)
case UBLOCK_EMOTICONS:
return emojiFont;
case UBLOCK_PLAYING_CARDS:
+ case UBLOCK_MISCELLANEOUS_SYMBOLS:
case UBLOCK_MISCELLANEOUS_SYMBOLS_AND_PICTOGRAPHS:
case UBLOCK_TRANSPORT_AND_MAP_SYMBOLS:
case UBLOCK_ALCHEMICAL_SYMBOLS:
+ case UBLOCK_RUNIC:
+ case UBLOCK_SUPPLEMENTAL_MATHEMATICAL_OPERATORS:
+ case UBLOCK_DINGBATS:
+ case UBLOCK_GENERAL_PUNCTUATION:
return symbolFont;
default:
return 0;
« no previous file with comments | « LayoutTests/fast/text/unicode-fallback-font.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698