Bug 30642
Summary: | Support OpenType layout features | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephen Coles <stewf> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Enhancement | CC: | ap, bdakin, efidler, hyatt, mike, mitz, mmaxfield, phiw2, sam, shikisuen, simon |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Stephen Coles
Support OpenType layout features such as figure styles, alternates, fractions, and discretionary ligatures in CSS.
Mozilla has just announced this support: http://hacks.mozilla.org/2009/10/font-control-for-designers/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shiki Suen
I tested WebKit-SVN-r197635 nightly build and have found it supports at least 'palt' feature.
Myles C. Maxfield
This is possible with the font-variant-* properties (and also with font-feature-settings). See https://www.w3.org/TR/css3-fonts/#font-rend-desc
Shiki Suen
(In reply to comment #2)
> This is possible with the font-variant-* properties (and also with
> font-feature-settings). See https://www.w3.org/TR/css3-fonts/#font-rend-desc
It is impossible to use font-variant-* to enable 'palt' feature.