FontUtilDownloadTteFont Method (String, String)
|
Adds a TrueType® font file 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.15.2634
Syntax void DownloadTteFont(
string sourceFilePath,
string pathOnPrinter
)
Sub DownloadTteFont (
sourceFilePath As String,
pathOnPrinter As String
)
void DownloadTteFont(
String^ sourceFilePath,
String^ pathOnPrinter
)
Parameters
- sourceFilePath
- Type: SystemString
Path to a TrueType® font to be added to the profile. - pathOnPrinter
- Type: SystemString
Location to save the font file in the profile.
Exceptions See Also