Bug 138599 - Move CTFontTransformGlyphs out from WKSI
Summary: Move CTFontTransformGlyphs out from WKSI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-10 22:28 PST by Myles C. Maxfield
Modified: 2014-11-11 11:00 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.62 KB, patch)
2014-11-10 22:29 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (12.55 KB, patch)
2014-11-11 10:51 PST, Myles C. Maxfield
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-11-10 22:28:44 PST
Move CTFontTransformGlyphs out from WKSI
Comment 1 Myles C. Maxfield 2014-11-10 22:29:30 PST
Created attachment 241333 [details]
Patch
Comment 2 Myles C. Maxfield 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
Comment 3 Myles C. Maxfield 2014-11-11 10:51:08 PST
Created attachment 241357 [details]
Patch
Comment 4 Myles C. Maxfield 2014-11-11 11:00:23 PST
http://trac.webkit.org/changeset/175960