[Webkit-unassigned] [Bug 42220] [chromium] Subpixel rendering always disabled on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 16:28:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42220





--- Comment #10 from Daniel Erat <derat at google.com>  2010-07-16 16:28:25 PST ---
Thanks, I updated the changelist description.  I couldn't find any enum values.  From WebKit/chromium/public/linux/WebFontRenderStyle.h:

struct WebFontRenderStyle {
    // Each of the use* members below can take one of three values:
    //   0: off
    //   1: on
    //   2: no preference expressed
    char useBitmaps; // use embedded bitmap strike if possible
    char useAutoHint; // use 'auto' hinting (FreeType specific)
    char useHinting; // hint glyphs to the pixel grid
    char hintStyle; // level of hinting, 0..3
    char useAntiAlias; // antialias glyph shapes
    char useSubpixel; // use subpixel antialias
...

Should I add some in this change?

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



More information about the webkit-unassigned mailing list