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

Font.Name Property

Gets typeface name of the font.

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

Syntax

Visual Basic
Public ReadOnly Property Name As String
C#
public string Name { get; }

Property Value

String containing font name.

Remarks

If font with specified typeface name is not found, system uses the first font which matches other settings (as usual it is "Arial").

Default value is "Arial".

See Also

Reference