Class | Description |
---|---|
BuiltinFont |
This class represents the 14 built-in fonts.
|
CIDFontType2 |
a font object derived from a CID font.
|
FlPoint |
A floating-point Point, with public fields.
|
FontSupport |
some constants and utility functions for font support.
|
NativeFont |
a font object derived from a true type font.
|
OutlineFont |
Supports width operations for Type1, Type1C, TrueType and Type3 fonts
|
PDFCMap |
A CMap maps from a character in a composite font to a font/glyph number
pair in a CID font.
|
PDFFont |
a Font definition for PDF files
|
PDFFontDescriptor | |
PDFFontEncoding |
The PDFFont encoding encapsulates the mapping from character codes
in the PDF document to glyphs of the font.
|
PDFGlyph |
A single glyph in a stream of PDF text, which knows how to write itself
onto a PDF command stream
|
TTFFont |
A true-type font
|
Type0Font |
Type 0 fonts are composite fonts with a CMAP to map between
source character codes and destination fonts/codes
|
Type1CFont |
A representation, with parser, of an Adobe Type 1C font.
|
Type1Font |
A representation, with parser, of an Adobe Type 1 font.
|
Type3Font |
A Type 3 Font, in which each glyph consists of a sequence of PDF
commands.
|