AttrFontFeatures

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

cPtr
void* cPtr()

Properties

attr
pango.attribute.Attribute attr [@property getter]

Get field attr.

features
string features [@property getter]

Get field features.

features
string features [@property setter]

Set field features.

Static functions

new_
pango.attribute.Attribute new_(string features)

Create a new font features tag attribute.