Bug 16862
Summary: | [GTK] Custom fonts hard-coded to use grayscale antialiasing and no hinting | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alp Toker <alp> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Minor | CC: | christian, hyatt, sylvain.pasche |
Priority: | P2 | Keywords: | Cairo, Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Alp Toker
The fix to bug #16089 forces grayscale antialiasing and disables hinting for custom downloaded fonts to provide a consistent look.
It was pointed out that grayscale antialiasing may look out of place if the platform is using subpixel antialiasing for other text.
It may even be the case that we want to just use the platform font options rather than enforcing a single look and feel, though this may result in inconsistent metrics across platforms which removes some of the appeal of custom fonts.
does anyone have thoughts on whether/how we should fix this?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alp Toker
Fixed in r36309.