[Webkit-unassigned] [Bug 20953] Rework the Font handling in QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 20 14:03:40 PDT 2008


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





------- Comment #8 from freyther at handhelds.org  2008-09-20 14:03 PDT -------
(In reply to comment #5)
> (From update of attachment 23592 [edit])
> I don't really like the idea of splitting the fast font path into its own file.
>  Why is that necessary?

The other option would be to add a #ifdef around the code inside Font.cpp. It
needs to be #ifdef'ed or moved out though. QtWebKit does not want to use the
WebCore fast font path, in order to compile the WebCore fast font path we would
need to have a very complex FontCache, FontFallBackList, GlyphPageTree..
implementation that would be a duplication of Qt's internals and mostly unused.


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