ProfileDownloadTteFont(String, String) Method
|
Adds a TrueType® font file to a profile and stores it at the specified path as a TrueType® extension (TTE).
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void DownloadTteFont(
string sourceFilePath,
string pathOnPrinter
)
Public Sub DownloadTteFont (
sourceFilePath As String,
pathOnPrinter As String
)
public:
virtual void DownloadTteFont(
String^ sourceFilePath,
String^ pathOnPrinter
) sealed
Parameters
- sourceFilePath String
- Path to a TrueType® font to be added to the profile.
- pathOnPrinter String
- Location to save the font file in the profile.
Implements
FontUtilDownloadTteFont(String, String)Exceptions See Also