Click or drag to resize

FontUtilDownloadTtfFont(String, String) Method

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: 3.0.3271
Syntax
void DownloadTtfFont(
	string sourceFilePath,
	string pathOnPrinter
)

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.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also