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

Font.ToGdiplusFont Method

Converts the font to the System.Drawing.Font class.

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

Syntax

Visual Basic
Public Function ToGdiplusFont As Font
C#
public Font ToGdiplusFont()

Return Value

Font converted to System.Drawing.Font class.

See Also

Reference