FontFamiliesMonospaceFamilyName Field |
Gets the name of the monospace system family name
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public const string MonospaceFamilyName = "MONOSPACE"
Public Const MonospaceFamilyName As String = "MONOSPACE"
static val mutable MonospaceFamilyName: string
Field Value
Type:
StringRemarks
Not intended to be used directly, use
Monospace. Used by platform handlers
to determine which system font family to get
See Also