GNOME Bugzilla – Bug 460831
PangoAttrFontFeature
Last modified: 2015-03-13 22:27:28 UTC
From Owen's notes from pango bof at GUADEC: - Font feature support (PangoAttrFontFeature; would basically just pass key value pairs to the shaper. There would also be a need to query fonts for possible font features ... programmatic and user readable fonts, etc. Same infrastructure useful for AAT and OpenType fonts.)
In pango markup, one should be able to do for example: <span font_features="abcd,efgg,aalt=3">... The "abcd" part should be equal to "abcd=yes" or something, while "abcd=" should disable abcd. Just dropping ideas. The point being that should be able to remove a font feature too.
*** This bug has been marked as a duplicate of bug 738505 ***