Fonts Class |
Namespace: Eto.Drawing
The Fonts type exposes the following members.
| Name | Description | |
|---|---|---|
| AvailableFontFamilies |
Gets an enumeration of available font families in the current system
|
| 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
|