Click or drag to resize

FontConverterZplGetTtfFontHeader Method

Returns a Stream which provides the TTF 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 GetTtfFontHeader(
	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