[Webkit-unassigned] [Bug 42220] Subpixel rendering always disabled for Chromium Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 14 10:49:30 PDT 2010


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





--- Comment #4 from Jungshik Shin <jshin at chromium.org>  2010-07-14 10:49:30 PST ---


(In reply to comment #2)
> This can't have been completely broken because all hell would be broken loose on the bug tracker. Are you sure that the default isn't 'no-preference'? I could believe that.

As far as I read the code, it's set to no-preference (in which case Skia's default will be used for each font), which is another reason I thought not reading FC_RGBA is not a problem. 

Having written that, I've just found out why it regressed. In r62121 ( http://trac.webkit.org/changeset/62121), useSubpixel is initialized to 0 (OFF) in FontRenderStyle ctor.  

I think Daniel's patch is still necessary to support controlling per-strike subpiexl control (well...), but I guess we should init useSubpixel and other values to NO_PREFERENCE (2) rather than OFF.

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