Bug 152620
Summary: | [FreeType] [Harfbuzz] Need support for font-variant-caps synthesis | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro, mmaxfield |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Martin Robinson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
Unfortunately, font features only work with the complex code path, which means each port has to implement it separately. :(