Click or drag to resize

FontConverterZplGetTteFontHeader Method

Returns a Stream which provides the TTE header information as determined from the source stream.

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public static Stream GetTteFontHeader(
	Stream sourceStream,
	string pathOnPrinter
)

Parameters

sourceStream  Stream
Stream containing TrueType® font data
pathOnPrinter  String
Location of the font file on the printer.

Return Value

Stream
Header information for the provided stream
See Also