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: 2.14.1869
Syntax
public class FontConverterZpl

The FontConverterZpl type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also