[Webkit-unassigned] [Bug 55609] New: option to use skia's font backend when drawing text on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 13:27:06 PST 2011


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

           Summary: option to use skia's font backend when drawing text on
                    windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: reed at google.com


Today when the skia platform draws text on windows, it draws from paths extracted from GDI. This patch optionally uses Skia's native text drawing APIs which are faster as they draw from cached bitmaps (built from GDI).

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