[Webkit-unassigned] [Bug 16089] [GTK] Support custom fonts, CachedFont::platformDataFromCustomData()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 11:54:24 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16089


sylvain.pasche at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sylvain.pasche at gmail.com




------- Comment #4 from sylvain.pasche at gmail.com  2008-01-10 11:54 PDT -------
>+    // We force antialiasing and disable hinting to provide consistent
>+    // typographic qualities for custom fonts on all platforms.
>+    cairo_font_options_set_hint_style(options, CAIRO_HINT_STYLE_NONE);
>+    cairo_font_options_set_antialias(options, CAIRO_ANTIALIAS_GRAY);

Is this what other ports do for antialiasing?
I'm wondering if with a lcd screen and subpixel aliasing active, having gray
antialiased webfonts side by side with subpixel antialiased ones may look odd.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list