This documentation is for the old version. Go to the latest Graphics Mill docs

Font Constructor (Font)

Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	font As Font _
)
C#
public Font(
	Font font
)

Parameters

font

Type: System.Drawing.Font

System.Drawing.Font class instance which is used to take settings from.

See Also

Reference