wx.richtext.RichTextFontTable¶Manages quick access to a pool of fonts for rendering rich text.
Class Hierarchy¶
Inheritance diagram for class RichTextFontTable:
Methods Summary¶Default constructor. |
|
Clears the font table. |
|
Finds a font for the given attribute object. |
|
Returns |
|
Set the font scale factor. |
|
Inequality operator. |
|
Equality operator. |
Class API¶Possible constructors:
RichTextFontTable() -> None
RichTextFontTable(table) -> None
Manages quick access to a pool of fonts for rendering rich text.
__init__ (self)
Default constructor.
None
__init__ (self, table)
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)
bool
Equality operator.
table (wx.richtext.RichTextFontTable)
bool