Struct
PangoAttrFontFeatures
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 features, as a string in CSS syntax. | 
| Available since: | 1.38 |