Enumeration
FontDownloading
Options for downloading fonts to the printer.
In UXP, compare with equals() — the == and === operators do not work on DOM objects: myPath.pathType.equals(PathType.CLOSED_PATH), not myPath.pathType == PathType.CLOSED_PATH.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Number = 2003332197 | readonly | Downloads all fonts once per page. | |
| Number = 1852796517 | readonly | Downloads only references to fonts. Note: Use when fonts reside in the printer. | |
| Number = 1768842098 | readonly | Downloads only the characters (glyphs) used in the document. Glyphs are downloaded once per page. | |
| Number = 1818325607 | readonly | Downloads only the characters (glyphs) used in the document. Glyphs are downloaded once per page. Note: Use when the number of glyphs exceeds 350. |
Object of 3
Properties elsewhere that hold an FontDownloading value.