Struct
Pango.AttrFontFeatures
Description [src]
struct PangoAttrFontFeatures {
PangoAttribute attr;
gchar* features;
}
The PangoAttrFontFeatures
structure is used to represent OpenType
font features as an attribute.
Structure members
attr |
the common portion of the attribute |
features |
the featues, as a string in CSS syntax |
Available since: | 1.38 |