Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
Some platforms (e.g. Gtk) might not support this and simply return false for all fonts.
See Also