Initializes a new instance of the Font class with the specified font name, size and unit of measure.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public Font(
	string name,
	float size,
	FontUnit unit
)
Visual Basic
Public Sub New ( _
	name As String, _
	size As Single, _
	unit As FontUnit _
)
Visual C++
public:
Font(
	String^ name, 
	float size, 
	FontUnit unit
)

Parameters

name
Type: System..::..String
The name of the font.
size
Type: System..::..Single
The size of the font.
unit
Type: Neodynamic.SDK.Printing..::..FontUnit
The unit of measure for the font.

See Also