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: 2.14.1869
Syntax
public static Stream GetTteFontHeader(
	Stream sourceStream,
	string pathOnPrinter
)

Parameters

sourceStream
Type: System.IOStream
Stream containing TrueType® font data
pathOnPrinter
Type: SystemString
Location of the font file on the printer.

Return Value

Type: Stream
Header information for the provided stream
See Also