Returns the Font instance with the given family name, style, and size, if such font is presented in this Graphics.FontRegistry. The font's DPI is the same as the DPI of the Graphics.
Namespace:
Aurigma.GraphicsMill.AdvancedDrawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public Font CreateFont( string family, string style, float size )
Type: System.String
Font family name.Type: System.String
Font style.Type: System.Single
Font size.The font's DPI is the same as the DPI of the Graphics.