Click or drag to resize

Fonts Class

Methods to get information about current fonts installed the running system
Inheritance Hierarchy
SystemObject
  Eto.DrawingFonts

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class Fonts

The Fonts type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableFontFamilies
Gets an enumeration of available font families in the current system
Top
Methods
  NameDescription
Public methodStatic memberCached(String, Single, FontStyle, FontDecoration)
Gets a cached font
Public methodStatic memberCached(FontFamily, Single, FontStyle, FontDecoration)
Gets a cached font
Public methodStatic memberClearCache
Clears the font cache
Public methodStatic memberCursive
Gets a font with the Cursive family and the specified size and style
Public methodStatic memberFantasy
Gets a font with the Fantasy family and the specified size and style
Public methodStatic memberMonospace
Gets a font with the Monospace family and the specified size and style
Public methodStatic memberSans
Gets a font with the Sans family and the specified size and style
Public methodStatic memberSerif
Gets a font with the Serif family and the specified size and style
Top
See Also