.. include:: headings.inc .. _FontStyle: ========================================================================================================================================== |phoenix_title| **FontStyle** ========================================================================================================================================== The `FontStyle` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``FONTSTYLE_NORMAL`` The font is drawn without slant. ``FONTSTYLE_ITALIC`` The font is slanted in an italic style. ``FONTSTYLE_SLANT`` The font is slanted, but in a roman style. ``FONTSTYLE_MAX`` ================================================================================ ================================================================================ |