FontConverterZplSaveAsTtePrinterFont(String, Stream, String) Method
|
Converts a native TrueType® font to a ZPL TTE format.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public static void SaveAsTtePrinterFont(
string sourceFilePath,
Stream destinationStream,
string pathOnPrinter
)
Public Shared Sub SaveAsTtePrinterFont (
sourceFilePath As String,
destinationStream As Stream,
pathOnPrinter As String
)
public:
static void SaveAsTtePrinterFont(
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 Exception | Condition |
---|
Exception | If the source file is not found |
See Also