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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 14:38:44 PST 2008


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





------- Comment #5 from alp at atoker.com  2008-01-10 14:38 PDT -------
(In reply to comment #4)
> >+    // 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.
> 

I can't see any easy way to do this with the current font code. It's a good
point though and is related to bug #16715, so we can add a TODO here.


-- 
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