Click or drag to resize

SystemFontsCached Method

Gets a cached font

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Font Cached(
	SystemFont systemFont,
	Nullable<float> size = null,
	FontDecoration decoration = FontDecoration.None
)

Parameters

systemFont
Type: Eto.DrawingSystemFont
System font to get
size (Optional)
Type: SystemNullableSingle
Size in points 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.SystemFonts.Cached(Eto.Drawing.SystemFont,System.Nullable{System.Single},Eto.Drawing.FontDecoration)"]

See Also