Click or drag to resize

FontFontStyle Property

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

Property Value

Type: FontStyle
Remarks
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