pango.attr_font_features
Module for [AttrFontFeatures] class
class AttrFontFeatures
Types 1
classAttrFontFeatures
The pango.attr_font_features.AttrFontFeatures structure is used to represent OpenType font features as an attribute.
Fields
PangoAttrFontFeatures _cInstanceMethods
void * _cPtr() nothrowpango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attributestring features() @property nothrowGet `features` field. Returns: the features, as a string in CSS syntaxvoid features(string propval) @property nothrowSet `features` field. Params: propval = the features, as a string in CSS syntaxpango.attribute.Attribute new_(string features) static nothrowCreate a new font features tag attribute.