Returns a font with the requested name.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Shared Function CreateSpecificFont ( _ fontName As String, _ postScriptName As Boolean, _ size As Single _ ) As Font
Type: System.String
Name of the font installed on the computer.Type: System.Boolean
A value that specifies if fontName is in the PostScript format.Type: System.Single
Size of the requested font.