[Webkit-unassigned] [Bug 21127] New: CFF format fonts fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 18:49:02 PDT 2008


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

           Summary: CFF format fonts fail to load
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://opentype.info/demo/webfontdemo.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdaggett at mozilla.com


For pages using web fonts via @font-face rules, CFF formatted fonts fail to
load (i.e. .otf fonts) under Windows XP.

Traced this a bit in the debugger, within createFontCustomPlatformData
(FontCustomPlatformData.cpp) the call to load the font via TTLoadEmbeddedFont
fails with return code 0x0103, E_NAMECHANGEFAILED (defined in t2embapi.h).

This is a regression, the page renders correctly with the latest Windows
version of Safari, 3.1.2 (525.21).  I'm guessing the difference is that 525.21
was using CoreGraphics to load the font(?).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list