*************** wx.GraphicsFont *************** Inheritance diagram for `wx.GraphicsFont`: | .. inheritance-diagram:: wx.GraphicsFont | Description =========== A `wx.GraphicsFont` is a native representation of a font (including text colour). The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a `CreateFont` call on the graphics context or the renderer instance. Derived From ^^^^^^^^^^^^^ * `wx.GraphicsObject `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() A `wx.GraphicsFont `_ is a native representation of a font (including text colour). The contents are specific an private to the respective renderer. The only way to get a valid instance is via a `CreateFont` call on the graphics context or the renderer instance. | **Returns:** `wx.GraphicsFont `_