Returns the Font instance with the given family name, style, 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 family, string style, float size, float dpiX, float dpiY )
Type: System.String
Font family name.Type: System.String
Font style.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.