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() -> None
RichTextFontTable(table : RichTextFontTable) -> None
Manages quick access to a pool of fonts for rendering rich text.
__init__ (self)
Default constructor.
None
__init__ (self, table : RichTextFontTable)
Copy constructor.
table (wx.richtext.RichTextFontTable)
None
Clears the font table.
None
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)
None
Inequality operator.
table (wx.richtext.RichTextFontTable)
Equality operator.
table (wx.richtext.RichTextFontTable)