pango.attr_float

Module for AttrFloat class

class AttrFloat

Types 1

The pango.attr_float.AttrFloat structure is used to represent attributes with a float or double value.

Fields
PangoAttrFloat _cInstance
Methods
void * _cPtr()
pango.attribute.Attribute attr() @propertyGet `attr` field. Returns: the common portion of the attribute
double value() @propertyGet `value` field. Returns: the value of the attribute
void value(double propval) @propertySet `value` field. Params: propval = the value of the attribute
Constructors
this(void * ptr, Flag!"Take" take)