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()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
int value() @propertyGet `value` field. Returns: the value of the attribute
void value(int propval) @propertySet `value` field. Params: propval = the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)