FontConverterZplSaveAsTtePrinterFont Method (Stream, Stream, String)
             | 
          
        
         
            Converts a native TrueType® font to a ZPL TTE format.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic static void SaveAsTtePrinterFont(
	Stream sourceInputStream,
	Stream destinationStream,
	string pathOnPrinter
)
Public Shared Sub SaveAsTtePrinterFont ( 
	sourceInputStream As Stream,
	destinationStream As Stream,
	pathOnPrinter As String
)
public:
static void SaveAsTtePrinterFont(
	Stream^ sourceInputStream, 
	Stream^ destinationStream, 
	String^ pathOnPrinter
)
Parameters
- sourceInputStream
 - Type: System.IOStream
Stream containing the TrueType® font data. - destinationStream
 - Type: System.IOStream
Destination stream for converted ZPL. - pathOnPrinter
 - Type: SystemString
Location to save the font file on the printer. 
See Also