Returns a font with the requested name.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Font CreateSpecificFont( string fontName, bool postScriptName, float size )
Type: System.String
The name of the font installed on the computer.Type: System.Boolean
true
fontName is in the PostScript format; otherwise, false
.Type: System.Single
The size of the requested font.null
if no font with the specified name can be found.