ProfileDownloadTtfFont Method (String, String)
|
Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public void DownloadTtfFont(
string sourceFilePath,
string pathOnPrinter
)
Public Sub DownloadTtfFont (
sourceFilePath As String,
pathOnPrinter As String
)
public:
virtual void DownloadTtfFont(
String^ sourceFilePath,
String^ pathOnPrinter
) sealed
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.
Implements
FontUtilDownloadTtfFont(String, String)Exceptions See Also