A collection of fonts.
font Properties
| Property | Type | Access | Description |
|---|---|---|---|
| allow editable embedding | boolean | read | If true, the font can be embedded. |
| allow outlines | boolean | read | If true, the font can be converted to outlines. |
| allow PDF embedding | boolean | read | If true, the font can be embedded in a PDF document. |
| allow printing | boolean | read | If true, the can font be printed. |
| class | type | read | The class descriptor type. |
| font family | text | read | The name of the font family |
| font style name | text | read | The name of the font style. |
| font style name native | text | read | The native name of the font style. |
| font type | type 1, TrueType, CID, ATC, bitmap, OCF, OpenType CFF, OpenType CID, OpenType TT, unknown, |
read | The type of font. |
| full name | text | read | The full font name. |
| full name native | text | read | The full native name of the font. |
| index | integer | read | The index of the font within its containing object. |
| location | text | read | The full path to the font. |
| name | text | read | The name of the font. |
| object reference | font | read | An object reference for the object. |
| ordering | text | read | The ordering of a CID font. |
| parent | specifier | read | The parent of the font (a document or application). Can return: document or application. |
| platform name | text | read | The platform font name. |
| PostScript name | text | read | The PostScript name of the font. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| registry | text | read | The registry of a CID font. |
| restricted printing | boolean | read | If true, the font allows only restricted printing. |
| status | installed, not available, fauxed, substituted, unknown, |
read | The status of the font. |
| version | text | read | The font version. |
| writing script | integer | read | The writing script. |