Bug 137996

Summary: Skip call to CTFontTransformGlyphs() if the font has no advanced typographic features
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: Layout and RenderingAssignee: Myles C. Maxfield <mmaxfield>
Status: NEW    
Severity: Normal CC: cdumez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.