.. include:: headings.inc .. _FontWeight: ========================================================================================================================================== |phoenix_title| **FontWeight** ========================================================================================================================================== The `FontWeight` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``FONTWEIGHT_NORMAL`` Normal font. ``FONTWEIGHT_LIGHT`` Light font. ``FONTWEIGHT_BOLD`` Bold font. ``FONTWEIGHT_MAX`` ================================================================================ ================================================================================ |