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 |
Functions
pango_attr_font_features_new
Create a new font features tag attribute.