Gets or sets the Font Family name of the type faces defined by the specified Custom Font File. Default value is an empty string

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 string CustomFontFileFamilyName { get; set; }
Visual Basic
Public Property CustomFontFileFamilyName As String
	Get
	Set
Visual C++
public:
property String^ CustomFontFileFamilyName {
	String^ get ();
	void set (String^ value);
}

See Also