Manages quick access to a pool of fonts for rendering rich text.
Default constructor. |
|
Clears the font table. |
|
Finds a font for the given attribute object. |
|
Returns |
|
Set the font scale factor. |
|
Inequality operator. |
|
Equality operator. |
Possible constructors:
RichTextFontTable()
RichTextFontTable(table)
Manages quick access to a pool of fonts for rendering rich text.
__init__ (self)
Default constructor.
__init__ (self, table)
Copy constructor.
table (wx.richtext.RichTextFontTable) –
Clears the font table.
Finds a font for the given attribute object.
fontSpec (wx.richtext.RichTextAttr) –
Font
Returns True
if the font table is valid.
bool
Set the font scale factor.
fontScale (float) –
Inequality operator.
table (wx.richtext.RichTextFontTable) –
Equality operator.
table (wx.richtext.RichTextFontTable) –