Click or drag to resize

FontFamilies Class

Defines generic font families that can be used on all systems
Inheritance Hierarchy
SystemObject
  Eto.DrawingFontFamilies

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

The FontFamilies type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCursive
Gets a cursive font family
Public propertyStatic memberFantasy
Gets a fantasy font family
Public propertyStatic memberMonospace
Gets a monospace font family
Public propertyStatic memberSans
Gets a sans-serif font family
Public propertyStatic memberSerif
Gets a serif font family
Top
Fields
  NameDescription
Public fieldStatic memberCursiveFamilyName
Name of the cursive system family name
Public fieldStatic memberFantasyFamilyName
Name of the fantasy system family name
Public fieldStatic memberMonospaceFamilyName
Gets the name of the monospace system family name
Public fieldStatic memberSansFamilyName
Gets the name of a sans-serif system family name
Public fieldStatic memberSerifFamilyName
Gets the name of a serif system family name
Top
Remarks
The font families here may correspond to certain fonts on each system, depending on the platform. These font families are "guaranteed" to be available, mainly by using pre-installed fonts on each platform.
See Also