Click or drag to resize

FontConverterZplSaveAsTtePrinterFont(Stream, Stream, String) Method

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

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

Parameters

sourceInputStream  Stream
Stream containing the TrueType® font data.
destinationStream  Stream
Destination stream for converted ZPL.
pathOnPrinter  String
Location to save the font file on the printer.
See Also