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