Bug 152620 - [FreeType] [Harfbuzz] Need support for font-variant-caps synthesis
Summary: [FreeType] [Harfbuzz] Need support for font-variant-caps synthesis
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-31 10:56 PST by Martin Robinson
Modified: 2016-01-02 00:05 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2015-12-31 10:56:37 PST
After http://trac.webkit.org/changeset/193894, the Mac port can synthesize small-caps even when the font doesn't support it. The Freetype/Harfbuzz backend needs this support. We also need to investigate whether this change caused previously functional tests to start failing.
Comment 1 Myles C. Maxfield 2016-01-02 00:05:53 PST
Unfortunately, font features only work with the complex code path, which means each port has to implement it separately. :(