Fonts, types (Type 1, CFF, TrueType, OpenType), addressing (Encoding, CMap), management (NFontManager).
See: Description
Class Summary | |
---|---|
AFM | Adobe Font Metrics. |
CMap | CMap as used in PDF and TrueType, with extensions for PDF ToUnicode. |
Encoding | An encoding maps between character codes (numbers) and character names (strings). |
NFontAWT | NFont wrapper around java.awt.Font. |
NFontManager | Advanced management of general purpose fonts -- ordinarily use NFont instead. |
NFontOpenType | OpenType, which can have TrueType or CFF glyphs. |
NFontSimple | Superclass for "simple" fonts, which use a single byte for character codes with names, such as Type 1 (but not Type 0). |
NFontTrueType |
TrueType outline fonts (.ttf ), both Apple and Adobe/Microsoft varieties.
|
NFontType0 | Type 0 composite font, to the extent needed by PDF. |
NFontType1 | Adobe PostScript Type 1 font formats (PFA, PFB, "PDF", CFF, and CID). |
TrueTypeDirectory |