.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.richtext.RichTextCharacterStyleDefinition:
==========================================================================================================================================
|phoenix_title| **wx.richtext.RichTextCharacterStyleDefinition**
==========================================================================================================================================
This class represents a character style definition, usually added to a :ref:`wx.richtext.RichTextStyleSheet`.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
RichTextCharacterStyleDefinition:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.richtext.RichTextCharacterStyleDefinition.__init__` Constructor.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.richtext.RichTextCharacterStyleDefinition(RichTextStyleDefinition)
**Possible constructors**::
RichTextCharacterStyleDefinition(name: str='') -> None
This class represents a character style definition, usually added to a
RichTextStyleSheet.
.. method:: __init__(self, name: str='')
Constructor.
:param `name`:
:type `name`: string
:rtype: `None`