Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ font As Font, _ unitConverter As UnitConverterObject _ )
public Font( Font font, UnitConverterObject unitConverter )
Type: System.Drawing.Font
System.Drawing.Font class instance which is used to take settings from.Type: Aurigma.GraphicsMill.UnitConverterObject
A UnitConverterObject descendant class which is used to grab resolution (DPI) and unit.