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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 18:10:39 PDT 2010


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

           Summary: Subpixel rendering always disabled for Chromium Linux
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: derat at google.com
                CC: evan at chromium.org, agl at chromium.org


Created an attachment (id=61445)
 --> (https://bugs.webkit.org/attachment.cgi?id=61445)
patch fixing the issue

Chromium's WebFontInfo::renderStyleForStrike() method, which is used to get font style settings from fontconfig on Linux, doesn't set the useSubpixel field in the WebFontRenderStyle struct that gets passed into it.  As a result, we just use the struct's default value of 0, which disables subpixel rendering.  The fix for this is pretty trivial; I'll work on writing a test.

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