[Webkit-unassigned] [Bug 83512] New: FontMetrics.unitsPerEm() isn't set on Chromium Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 14:58:17 PDT 2012


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

           Summary: FontMetrics.unitsPerEm() isn't set on Chromium Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kojiishi at gmail.com


As summary says, the value isn't set on Chromium platform and is always gDefaultUnitsPerEm = 1000.

It looks like the bug 75961 is the one for Skia, but Chromium Windows use Win32 API instead of Skia for the metrics and since the data is available there, I think we should set the value from Win32 on Windows.

Note that bug 51450 requires this fix (or 75961 + switching to Skia on Windows.)

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