CDTFontDType | CDTFontOpenTypeTtf | CDTFontOpenTypeCff | CDTFontType1 | CDTFontType3 | |
---|---|---|---|---|---|
General | |||||
Description | A font driver class to handle fonts and font collections in D-Type format. | A font driver class to handle TrueType fonts and font collections and/or OpenType fonts and font collections with TrueType outlines. | A font driver class to handle OpenType fonts and font collections with Type 2/CFF outlines as well as Bare CFF fonts. | A font driver class to handle fonts in Adobe Type 1 format. | A font driver class to provide limited support for Type 3 PostScript fonts. Only Type 3 fonts that obey D-Type's strict parsing rules are supported. |
Class Identifier | DTF | TTF | CFF | PFB | PSF |
Main Input File | |||||
File | D-Type Font File | TrueType File, TrueType Collection, or OpenType File with TrueType Outlines | OpenType File with Type 2/CFF Outlines or Bare CFF | Adobe Type 1 File (Printer Font Binary or Printer Font ASCII) | Adobe Type 3 PostScript File (ASCII File) |
Usual Extension | .dtf | .ttf or .ttc | .otf or .otc and .cff |
.pfb or .pfa | .ps |
Data Recognized | All | Global Values Global Metrics Glyph Outlines Glyph Metrics Char Maps Kerning Name Strings Glyph Substitutions |
Global Values Global Metrics Glyph Outlines Glyph Metrics Char Maps Kerning (only in OpenType) Name Strings Glyph Substitutions (only in OpenType) |
Global Values Global Metrics Glyph Outlines Glyph Metrics Char Maps Name Strings |
Global Values Global Metrics Glyph Outlines Glyph Metrics Char Maps Name Strings |
First Optional File | |||||
File | N/A | N/A | N/A | Adobe Font Metrics File | Adobe Font Metrics File |
Usual Extension | N/A | N/A | N/A | .afm | .afm |
Data Recognized | N/A | N/A | N/A | Kerning | Kerning |
Derived Legacy Font Factory Instances | |||||
font_format_id | 0 | 1 3 |
6 5 14 15 16 |
2 7 8 |
11 12 |