AttrSize
- class AttrSize(*args, **kwargs)
- Constructors:
AttrSize()
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_SIZE
was added in 1.8.1); and always will beFalse
forSIZE
andTrue
forABSOLUTE_SIZE
.
- attr
The common portion of the attribute
- size
Size of font, in units of 1/
SCALE
of a point (forSIZE
) or of a device unit (forABSOLUTE_SIZE
)