Options for downloading fonts to the printer.
| Name | Description | Value |
|---|---|---|
| NONE | Downloads only references to fonts. Note: Use when fonts reside in the printer. | 1852796517 = ‘none’ |
| COMPLETE | Downloads all fonts once per page. | 2003332197 = ‘whle’ |
| SUBSET | Downloads only the characters (glyphs) used in the document. Glyphs are downloaded once per page. | 1768842098 = ‘incr’ |
| SUBSET_LARGE | Downloads only the characters (glyphs) used in the document. Glyphs are downloaded once per page. Note: Use when the number of glyphs exceeds 350. | 1818325607 = ‘larg’ |
Usage:
- As property:
- PrintBookletPrintPreference.fontDownloading
- PrinterPreset.fontDownloading
- PrintPreference.fontDownloading