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() nothrow
pango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attribute
string features() @property nothrowGet `features` field. Returns: the features, as a string in CSS syntax
void features(string propval) @property nothrowSet `features` field. Params: propval = the features, as a string in CSS syntax
pango.attribute.Attribute new_(string features) static nothrowCreate a new font features tag attribute.
Constructors
this(void * ptr, Flag!"Take" take)