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

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

Issue 1304363011: Add "Dotum" to the noSubpixelForSmallSizeFont black list (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/win/FontCacheSkiaWin.cpp
diff --git a/Source/platform/fonts/win/FontCacheSkiaWin.cpp b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
index a77e18379649cfbc1836d8f7e09eaabf5c4ab575..9c15de559cf49d40f85459ea873da8580b4bb087 100644
--- a/Source/platform/fonts/win/FontCacheSkiaWin.cpp
+++ b/Source/platform/fonts/win/FontCacheSkiaWin.cpp
@@ -403,6 +403,7 @@ FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontD
L"arial",
L"comic sans",
L"courier new",
+ L"dotum",
eae 2015/08/31 17:39:01 You might want to remove it from the minAntiAliasS
L"georgia",
L"impact",
L"lucida console",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698