FontData class

FontData class

Represents a font definition. Immutable.

The FontData type exposes the following members:

Constructors

ConstructorDescription
__init__Creates a new FontData object with the specified font name.

Properties

PropertyDescription
font_nameReturns the font name.
Read/write str.

Methods

MethodDescription
get_font_nameReturns the font name, replacing theme referrence with an actual font used.

See Also