FontUtilDownloadTtfFont Method (Stream, String)
|
Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax void DownloadTtfFont(
Stream sourceInputStream,
string pathOnPrinter
)
Sub DownloadTtfFont (
sourceInputStream As Stream,
pathOnPrinter As String
)
void DownloadTtfFont(
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