RESOLVED INVALID 30642
Support OpenType layout features
https://bugs.webkit.org/show_bug.cgi?id=30642
Summary Support OpenType layout features
Stephen Coles
Reported 2009-10-21 13:16:18 PDT
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
Shiki Suen
Comment 1 2016-03-06 11:45:56 PST
I tested WebKit-SVN-r197635 nightly build and have found it supports at least 'palt' feature.
Myles C. Maxfield
Comment 2 2016-03-09 17:44:35 PST
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
Comment 3 2016-03-10 16:01:44 PST
(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.
Note You need to log in before you can comment on or make changes to this bug.