[Webkit-unassigned] [Bug 16792] [GTK] Fails to render Japanese/Chinese text with simple path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 17 17:15:08 PDT 2008


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





------- Comment #5 from joshchia at gmail.com  2008-06-17 17:15 PDT -------
I'm not familiar with the font-related code, but my initial impression of
FontFallbackList based on its name and interface suggests that it's a list of
FontDatas from which you can pick one that has the glyphs for the string you
want to display, by calling FontFallbackList::fontDataForCharacters(). 
However, it seems that the only time anything is added to the list is when
Font::Font() calls FontFallbackList::setPlatformFont().  If FontFallbackList is
really a fallback list, then, shouldn't more fonts be added to it at other
places?


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