[Bug 37984] WebKit freetype backend doesn't support "locl" tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 09:02:00 UTC 2011


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


Koan-Sin Tan <koansin.tan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77796|0                           |1
        is obsolete|                            |




--- Comment #16 from Koan-Sin Tan <koansin.tan at gmail.com>  2011-01-06 01:02:00 PST ---
Created an attachment (id=78101)
 --> (https://bugs.webkit.org/attachment.cgi?id=78101&action=review)
update the proposed patch

add style name to FontDescription so that http://freebsd.csie.nctu.edu.tw/~freedom/webkitgtk-test/serb.html will be displayed with less problems

The way we load font:
  pango_ft2_font_map_new() --> pango_font_map_create_context()           ---> pango_font_map_load_font(fontMap, context, description);
                                                   --> pango_font_description_from_string()

doesn't not require FcPattern input, it will create FcPattern inside PangoFcFont

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


More information about the fonts-bugs mailing list