Table of Contents

Enum SystemSettingsFont

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates known system fonts.

public enum SystemSettingsFont

Fields

AnsiFixed = 11

Fixed-pitch (monospaced) font.

AnsiVar = 12

Variable-pitch (proportional) font.

DefaultGui = 17

Default font for user interface objects such as menus and dialog boxes.

DeviceDefault = 14

Device-dependent font.

OemFixed = 10

Original equipment manufacturer dependent fixed-pitch font.

System = 13

System 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.