Gets the Font object for the text. Default value is Arial, 8pt

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 Font { get; }
Visual Basic
Public ReadOnly Property Font As Font
	Get
Visual C++
public:
property Font^ Font {
	Font^ get ();
}

See Also