PreflightFontInfo
Type: Object
Font usage details discovered during preflight—embedding status, type, encoding, and usage locations. Critical for avoiding missing-font output differences and licensing issues, and for ensuring predictable text rendering on press and in finishing.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| baseFontType | PreflightFontType | Base font type | ||
| callbackAvailable | Boolean | Whether font callback is available | ||
| encodingType | PreflightFontType | Character encoding used by the font | ||
| fontName | String! | Name of the font | ||
| fontType | PreflightFontType | Type of font (TrueType, Type1, etc.) | ||
| hasEmbeddingIssues | Boolean | Whether this font has embedding or licensing issues | ||
| isEmbedded | Boolean! | Whether the font is embedded in the PDF | ||
| isOpentypeEmbedded | Boolean | Whether font is embedded as OpenType | ||
| isSubset | Boolean! | Whether only a subset of the font is embedded | ||
| issueDescription | String | Description of any font-related issues | ||
| locations | [JsonString!] | Bounding box locations where font appears on each page | ||
| usagePages | [Int!] | List of pages where this font is used |