Returns the Font instance with the given postscript name, size, and DPI, if such font is presented in the FontRegistry.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Font CreateFont( string postscriptName, float size, float dpiX, float dpiY )
Type: System.String
Postscript name of a font.Type: System.Single
Font size.Type: System.Single
Horizontal resolution of the font's glyphs in DPI.Type: System.Single
Vertical resolution of the font's glyphs in DPI.