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

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
)
Visual Basic
Public Sub New ( _
	name As String, _
	size As Single _
)
Visual C++
public:
Font(
	String^ name, 
	float size
)

Parameters

name
Type: System..::..String
The name of the font.
size
Type: System..::..Single
The size of the font measured in Points.

See Also