RESOLVED FIXED 16862
[GTK] Custom fonts hard-coded to use grayscale antialiasing and no hinting
https://bugs.webkit.org/show_bug.cgi?id=16862
Summary [GTK] Custom fonts hard-coded to use grayscale antialiasing and no hinting
Alp Toker
Reported 2008-01-13 12:03:21 PST
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
Alp Toker
Comment 1 2008-09-09 21:08:14 PDT
Fixed in r36309.
Note You need to log in before you can comment on or make changes to this bug.