Click or drag to resize

ProfileDownloadTteFont 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.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public 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.

Implements

FontUtilDownloadTteFont(String, String)
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also