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





------- Comment #5 from [EMAIL PROTECTED]  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 on the CC list for the bug, or are watching someone who is.

_______________________________________________
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to