wx.html.HtmlFontCell
This cell represents a font change in the document stream.
Class Hierarchy

Inheritance diagram for class
HtmlFontCell:
Methods Summary
Class API
-
class wx.html.HtmlFontCell(HtmlCell)
Possible constructors:
HtmlFontCell(font : Font) -> None
This cell represents a font change in the document stream.
Methods
-
__init__(self, font: Font)
- Parameters:
font (wx.Font)
- Return type:
None