.. include:: headings.inc .. _SystemFont: ========================================================================================================================================== |phoenix_title| **SystemFont** ========================================================================================================================================== The `SystemFont` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``SYS_OEM_FIXED_FONT`` Original equipment manufacturer dependent fixed-pitch font. ``SYS_ANSI_FIXED_FONT`` Windows fixed-pitch (monospaced) font. ``SYS_ANSI_VAR_FONT`` Windows variable-pitch (proportional) font. ``SYS_SYSTEM_FONT`` System font. ``SYS_DEVICE_DEFAULT_FONT`` Device-dependent font (Windows NT and later only). ``SYS_DEFAULT_GUI_FONT`` Default font for user interface objects such as menus and dialog boxes. ================================================================================ ================================================================================ |