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

Unified Diff: base/gfx/font_utils.cc

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 | « no previous file | webkit/data/layout_test_results/v8/LayoutTests/css2.1/t0805-c5518-brdr-t-01-e-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/gfx/font_utils.cc
===================================================================
--- base/gfx/font_utils.cc (revision 2795)
+++ base/gfx/font_utils.cc (working copy)
@@ -259,7 +259,7 @@
family = L"simsun-extb";
break;
default:
- family = L"arial unicode ms";
+ family = L"lucida sans unicode";
}
}
« no previous file with comments | « no previous file | webkit/data/layout_test_results/v8/LayoutTests/css2.1/t0805-c5518-brdr-t-01-e-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698