pango.attr_font_features

Module for [AttrFontFeatures] class

Types 1

The [pango.attr_font_features.AttrFontFeatures] structure is used to represent OpenType font features as an attribute.

Fields
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
string features() @propertyGet `features` field. Returns: the features, as a string in CSS syntax
void features(string propval) @propertySet `features` field. Params: propval = the features, as a string in CSS syntax
pango.attribute.Attribute new_(string features)Create a new font features tag attribute.
Constructors
this(void * ptr, Flag!"Take" take)