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

Unified Diff: ui/gfx/font_render_params.cc

Issue 410413008: Revert of content: Remove RendererPreferences font-rendering enums. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/renderer/render_view_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_render_params.cc
diff --git a/ui/gfx/font_render_params.cc b/ui/gfx/font_render_params.cc
index 3e67cac2f84d1335e7976d33457fe9d6fd3be653..5d8c22e8f590a5aef61bc8df2f8a049febc04bfa 100644
--- a/ui/gfx/font_render_params.cc
+++ b/ui/gfx/font_render_params.cc
@@ -9,10 +9,10 @@
FontRenderParams::FontRenderParams()
: antialiasing(true),
subpixel_positioning(true),
- autohinter(false),
- use_bitmaps(false),
- hinting(HINTING_MEDIUM),
- subpixel_rendering(SUBPIXEL_RENDERING_NONE) {
+ autohinter(true),
+ use_bitmaps(true),
+ hinting(HINTING_SLIGHT),
+ subpixel_rendering(SUBPIXEL_RENDERING_RGB) {
}
FontRenderParams::~FontRenderParams() {}
« no previous file with comments | « content/renderer/render_view_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698