FontStyle ========= .. py:class:: ansys.stk.core.graphics.FontStyle IntEnum .. py:currentmodule:: FontStyle Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~REGULAR` - Regular font. * - :py:attr:`~BOLD` - Bold font. * - :py:attr:`~ITALIC` - Italic font. * - :py:attr:`~UNDERLINE` - Underlined font. * - :py:attr:`~STRIKEOUT` - Strike-out style. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import FontStyle