| Fonts Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Drawing
 Syntax
SyntaxThe Fonts type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|   | AvailableFontFamilies | 
            Gets an enumeration of available font families in the current system
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Cached(String, Single, FontStyle, FontDecoration) | 
            Gets a cached font
             | 
|   | Cached(FontFamily, Single, FontStyle, FontDecoration) | 
            Gets a cached font
             | 
|   | ClearCache | 
            Clears the font cache
             | 
|   | Cursive | 
            Gets a font with the Cursive family and the specified size and style
             | 
|   | Fantasy | 
            Gets a font with the Fantasy family and the specified size and style
             | 
|   | Monospace | 
            Gets a font with the Monospace family and the specified size and style
             | 
|   | Sans | 
            Gets a font with the Sans family and the specified size and style
             | 
|   | Serif | 
            Gets a font with the Serif family and the specified size and style
             | 
 See Also
See Also