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