[Webkit-unassigned] [Bug 19692] [Qt] Support CSS2 Custom Fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 20 12:19:23 PDT 2008


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





------- Comment #2 from pierre-luc.beaudoin at collabora.co.uk  2008-06-20 12:19 PDT -------
A problem that will soon araise, is that once the font is loading into the
QFontDatabase, only the family name from the .ttf file is actually available. 
So if the CSS profices a different font-face name, QtWebKit won't be able to
make the link between the given name and the actual name of the font.

Use of QFont::insertSubstitution should come over that issue, although you
don't have access to both names anywhere in the code right now.


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