Gets the style flags for this font
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public FontStyle FontStyle { get; }
Public ReadOnly Property FontStyle As FontStyle
Get
member FontStyle : FontStyle with get
Property Value
Type:
FontStyleRemarks
This does not represent all of the style properties of the font. Each
Typeface
has its own style relative to the font family.
See Also