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: 3.0.3271
Syntax
public static Stream GetTtfFontHeader(
	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