[Webkit-unassigned] [Bug 88263] New: Add support for enabling text subpixel positioning in Skia

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 15:55:27 PDT 2012


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

           Summary: Add support for enabling text subpixel positioning in
                    Skia
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: derat at chromium.org
                CC: agl at chromium.org


The Skia backend supports subpixel-positioned text (via SkPaint::setSubpixelText()), but we currently lack a way to enable it.  I have a change that adds a useSubpixelPositioning field to FontRenderStyle and WebFontRenderStyle and makes FontPlatformDataHarfBuzz apply it to the SkPaint.  It also renames the existing useSubpixel fields to useSubpixelRendering.

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