Click or drag to resize

FontConverterZpl Class

A class used to convert TrueType® fonts for use on ZPL printers.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.PrinterFontConverterZpl

Namespace: Zebra.Sdk.Printer
Assembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax
public class FontConverterZpl

The FontConverterZpl type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodStatic memberGetTteFontHeader Returns a Stream which provides the TTE header information as determined from the source stream.
Public methodStatic memberGetTtfFontHeader Returns a Stream which provides the TTF header information as determined from the source stream.
Public methodGetType
(Inherited from Object)
Public methodStatic memberSaveAsTtePrinterFont(Stream, Stream, String) Converts a native TrueType® font to a ZPL TTE format.
Public methodStatic memberSaveAsTtePrinterFont(String, Stream, String) Converts a native TrueType® font to a ZPL TTE format.
Public methodStatic memberSaveAsTtfPrinterFont(Stream, Stream, String) Converts a native TrueType® font to a ZPL TTF format.
Public methodStatic memberSaveAsTtfPrinterFont(String, Stream, String) Converts a native TrueType® font to a ZPL TTF format.
Public methodToString
(Inherited from Object)
Top
See Also