[Webkit-unassigned] [Bug 36351] New: @font-face installs the font not properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 19 00:52:31 PDT 2010


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

           Summary: @font-face installs the font not properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.holland at nokia.com
                CC: hausmann at webkit.org


Created an attachment (id=51134)
 --> (https://bugs.webkit.org/attachment.cgi?id=51134)
Qt Example

When calling @font-face the font will not be installed. So it can't be used in
the HTML file. And a standard font is used.
Manually installing the Font (Moving to /usr/share/fonts/, or call
QFontDatabase::addApplicationFont()) works properly.
And the font is displayed in the HTML file.

Changing the @font-face src Argument to relative Path, absolute Path,
ResourceFile Path, does not have any effect to the problem.

The Bug occurs on Qt Versions > Qt 4.5.2

The following application should display the Text in a Fancy-Font

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