.. include:: headings.inc .. _FontFlag: ========================================================================================================================================== |phoenix_title| **FontFlag** ========================================================================================================================================== The `FontFlag` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``FONTFLAG_DEFAULT`` no special flags: font with default weight/slant/anti-aliasing ``FONTFLAG_ITALIC`` slant flags (default: no slant) ``FONTFLAG_SLANT`` ``FONTFLAG_LIGHT`` weight flags (default: medium) ``FONTFLAG_BOLD`` ``FONTFLAG_ANTIALIASED`` anti-aliasing flag: force on or off (default: the current system default) ``FONTFLAG_NOT_ANTIALIASED`` ``FONTFLAG_UNDERLINED`` Underlined style (not underlined by default). ``FONTFLAG_STRIKETHROUGH`` Strike-through style (only supported in wxMSW and wxGTK currently). ``FONTFLAG_MASK`` the mask of all currently used flags ================================================================================ ================================================================================ |