FontUtilDownloadTteFont Method (Stream, String)
             | 
          
        
         
            Adds a TrueType® font to a profile and stores it at the specified path as a TrueType® extension (TTE).
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxvoid DownloadTteFont(
	Stream sourceInputStream,
	string pathOnPrinter
)
Sub DownloadTteFont ( 
	sourceInputStream As Stream,
	pathOnPrinter As String
)
void DownloadTteFont(
	Stream^ sourceInputStream, 
	String^ pathOnPrinter
)
Parameters
- sourceInputStream
 - Type: System.IOStream
Input Stream containing the font data. - pathOnPrinter
 - Type: SystemString
Location to save the font file in the profile. 
Exceptions
See Also