FontType Enumeration

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
Represents possible types the font can belong to.

Namespace:  Apitron.PDF.Rasterizer.Fonts
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public enum FontType
Members

  Member nameValueDescription
Type00 A composite font—a font composed of glyphs from a descendant CIDFont.
Type11 A font that defines glyph shapes using Type 1 font technology.
MMType12 A multiple master font—an extension of the Type 1 font that allows the generation of a wide variety of typeface styles from a single font.
TrueType3 The TrueType font format was developed by Apple Computer, Inc., and has been adopted as a standard font format for the Microsoft Windows operating system. Specifications for the TrueType font file format are available in Apple’s TrueType Reference Manual and Microsoft’s TrueType 1.0 Font Files Technical Specification (see Bibliography).
Type34 A font that defines glyphs with streams of PDF graphics operators.
CIDFontType05 A CIDFont whose glyph descriptions are based on Type 1 font technology.
CIDFontType26 A CIDFont whose glyph descriptions are based on TrueType font technology
Unknown7 Font type can't be determined, usually indicates an error.
See Also

Reference