PreflightReportFontInfoInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| 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 |