Click or drag to resize

FontIHandlerFontStyle Property

Gets the style flags for this font

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
FontStyle FontStyle { get; }

Property Value

Type: FontStyle
Remarks
This does not necessarily represent all of the style properties of the font. Each Typeface has its own style relative to the font family. This is meerely a convenience to get the common properties of a font's typeface style
See Also