Click or drag to resize

FontConverterZplSaveAsTtfPrinterFont(String, Stream, String) Method

Converts a native TrueType® font to a ZPL TTF format.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static void SaveAsTtfPrinterFont(
	string sourceFilePath,
	Stream destinationStream,
	string pathOnPrinter
)

Parameters

sourceFilePath  String
Path to a TrueType® font.
destinationStream  Stream
Destination stream for converted ZPL.
pathOnPrinter  String
Location to save the font file on the printer.
Exceptions
ExceptionCondition
ExceptionIf the source file is not found
See Also