Click or drag to resize

FontUtilDownloadTteFont(Stream, String) Method

Adds a TrueType® font 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: 3.0.3271
Syntax
void DownloadTteFont(
	Stream sourceInputStream,
	string pathOnPrinter
)

Parameters

sourceInputStream  Stream
Input Stream containing the font data.
pathOnPrinter  String
Location to save the font file in the profile.
Exceptions
ExceptionCondition
ConnectionExceptionIf an I/O error occurs.
See Also