FontTypefaceIsSymbol Property |
Gets a value indicating that this font is a symbol font and not generally used for text
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsSymbol { get; }
Public ReadOnly Property IsSymbol As Boolean
Get
member IsSymbol : bool with get
Property Value
Type:
BooleanRemarks
Some platforms (e.g. Gtk) might not support this and simply return false for all fonts.
See Also