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

Unified Diff: webkit/port/platform/graphics/FontCacheWin.cpp

Issue 6495: Change the font search order to try Lucida Sans Unicode before Arial Unicode ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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 | « webkit/data/layout_test_results/v8/LayoutTests/css2.1/t1503-c522-font-family-00-b-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/graphics/FontCacheWin.cpp
===================================================================
--- webkit/port/platform/graphics/FontCacheWin.cpp (revision 2795)
+++ webkit/port/platform/graphics/FontCacheWin.cpp (working copy)
@@ -395,11 +395,11 @@
const static wchar_t* const commonFonts[] = {
L"tahoma",
+ L"lucida sans unicode",
L"arial unicode ms",
L"microsoft sans serif",
- L"lucida sans unicode",
L"palatino linotype",
- // Four fonts below (code2000 at the end) are not from MS, but
+ // Four fonts below (and code2000 at the end) are not from MS, but
// once installed, cover a very wide range of characters.
L"freeserif",
L"freesans",
« no previous file with comments | « webkit/data/layout_test_results/v8/LayoutTests/css2.1/t1503-c522-font-family-00-b-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698