Gets the Font object for the Text property. Default value is NativePrinterFontA, 10pt

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

See Also