| FontIHandlerFontStyle Property  | 
 
            Gets the style flags for this font
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxFontStyle FontStyle { get; }ReadOnly Property FontStyle As FontStyle
	Get
abstract FontStyle : FontStyle with get
Property Value
Type: 
FontStyle Remarks
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
See Also