Click or drag to resize

FontsFantasy Method

Gets a font with the Fantasy family and the specified size and style

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Font Fantasy(
	float size,
	FontStyle style = FontStyle.None,
	FontDecoration decoration = FontDecoration.None
)

Parameters

size
Type: SystemSingle
Size of the font
style (Optional)
Type: Eto.DrawingFontStyle
Style of the font
decoration (Optional)
Type: Eto.DrawingFontDecoration
Decorations to apply to the font

Return Value

Type: Font

[Missing <returns> documentation for "M:Eto.Drawing.Fonts.Fantasy(System.Single,Eto.Drawing.FontStyle,Eto.Drawing.FontDecoration)"]

See Also