RESOLVED FIXED 138599
Move CTFontTransformGlyphs out from WKSI
https://bugs.webkit.org/show_bug.cgi?id=138599
Summary Move CTFontTransformGlyphs out from WKSI
Myles C. Maxfield
Reported 2014-11-10 22:28:44 PST
Move CTFontTransformGlyphs out from WKSI
Attachments
Patch (3.62 KB, patch)
2014-11-10 22:29 PST, Myles C. Maxfield
no flags
Patch (12.55 KB, patch)
2014-11-11 10:51 PST, Myles C. Maxfield
simon.fraser: review+
Myles C. Maxfield
Comment 1 2014-11-10 22:29:30 PST
Myles C. Maxfield
Comment 2 2014-11-10 22:48:41 PST
Comment on attachment 241333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=241333&action=review > Source/WebCore/platform/graphics/SimpleFontData.h:-224 > - wkCTFontTransformOptions options = (typesettingFeatures & Kerning ? wkCTFontTransformApplyPositioning : 0) | (typesettingFeatures & Ligatures ? wkCTFontTransformApplyShaping : 0); wkCTFontTransformApplyPositioning
Myles C. Maxfield
Comment 3 2014-11-11 10:51:08 PST
Myles C. Maxfield
Comment 4 2014-11-11 11:00:23 PST
Note You need to log in before you can comment on or make changes to this bug.