AttrSize.absolute

uint absolute() @property

Get absolute field.

Returns

whether the font size is in device units or points.

This field is only present for compatibility with Pango-1.8.0 ([pango.types.AttrType.AbsoluteSize] was added in 1.8.1); and always will be false for [pango.types.AttrType.Size] and true for [pango.types.AttrType.AbsoluteSize].

void absolute(uint propval) @property

Set absolute field.

Parameters

propvalwhether the font size is in device units or points. This field is only present for compatibility with Pango-1.8.0 ([pango.types.AttrType.AbsoluteSize] was added in 1.8.1); and always will be false for [pango.types.AttrType.Size] and true for [pango.types.AttrType.AbsoluteSize].