pango.attr_int

Module for [AttrInt] class

class AttrInt

Types 1

classAttrInt

The pango.attr_int.AttrInt structure is used to represent attributes with an integer or enumeration value.

Fields
PangoAttrInt _cInstance
Methods
void * _cPtr() nothrow
pango.attribute.Attribute attr() @property nothrowGet `attr` field. Returns: the common portion of the attribute
int value() @property nothrowGet `value` field. Returns: the value of the attribute
void value(int propval) @property nothrowSet `value` field. Params: propval = the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)