Font Constructor (String, Single)

Initializes a new instance of the Font class using the specified font name and size.

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

Syntax

C#
public Font(
	string familyName,
	float size
)

Parameters

familyName

Type: System.String

The font typeface name. You can change this value later through the Name property.
size

Type: System.Single

The font size. You can change this value later through the Size property.

See Also

Reference