Click or drag to resize

FontConverterZpl.SaveAsTtfPrinterFont Method (String, Stream, String)

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

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

Parameters

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