Click or drag to resize

Font.IHandler.Create Method (FontFamily, Single, FontStyle, FontDecoration)

Creates a new font object

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create(
	FontFamily family,
	float size,
	FontStyle style,
	FontDecoration decoration
)

Parameters

family
Type: Eto.Drawing.FontFamily
Type of font family
size
Type: System.Single
Size of the font (in points)
style
Type: Eto.Drawing.FontStyle
Style of the font
decoration
Type: Eto.Drawing.FontDecoration
Decorations to apply to the font
See Also