Click or drag to resize

SystemFontsMenu Method

Gets the system menu font with optional specified size and decoration.

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

Parameters

size (Optional)
Type: SystemNullableSingle
Size for the font, or null for the default system font size.
decoration (Optional)
Type: Eto.DrawingFontDecoration
Decorations to add to the font.

Return Value

Type: Font

[Missing <returns> documentation for "M:Eto.Drawing.SystemFonts.Menu(System.Nullable{System.Single},Eto.Drawing.FontDecoration)"]

See Also