AttrSize#
- class AttrSize(*args, **kwargs)#
The PangoAttrSize structure is used to represent attributes which
set font size.
Methods#
Fields#
- class AttrSize
- absolute#
Whether the font size is in device units or points. This field is only present for compatibility with Pango-1.8.0 (
ABSOLUTE_SIZEwas added in 1.8.1); and always will beFalseforSIZEandTrueforABSOLUTE_SIZE.
- attr#
The common portion of the attribute
- size#
Size of font, in units of 1/
SCALEof a point (forSIZE) or of a device unit (forABSOLUTE_SIZE)