Enum SystemSettingsFont
Enumerates known system fonts.
public enum SystemSettingsFont
Fields
AnsiFixed = 11Fixed-pitch (monospaced) font.
AnsiVar = 12Variable-pitch (proportional) font.
DefaultGui = 17Default font for user interface objects such as menus and dialog boxes.
DeviceDefault = 14Device-dependent font.
OemFixed = 10Original equipment manufacturer dependent fixed-pitch font.
System = 13System font. By default, the system uses the system font to draw menus, dialog box controls, and text.
Remarks
These values map 1:1 the native values supported by the Windows' GetStockObject function. Note that other ports (other than Windows) will try to provide meaningful fonts but they usually map the same font to various font values.