NEW 137996
Skip call to CTFontTransformGlyphs() if the font has no advanced typographic features
https://bugs.webkit.org/show_bug.cgi?id=137996
Summary Skip call to CTFontTransformGlyphs() if the font has no advanced typographic ...
Myles C. Maxfield
Reported 2014-10-22 18:40:39 PDT
If the font has no ‘kern’, ‘kerx', ‘GPOS’, ‘mort’, ‘morx’, or ‘GSUB’ tables, we can skip the call to CTFontTransformGlyphs()
Attachments
Myles C. Maxfield
Comment 1 2014-10-22 18:42:52 PDT
While doing this, we should move the call out from WKSI.
Note You need to log in before you can comment on or make changes to this bug.