Adobe InDesign CS6 Server (8.0) Object Model JS: FontEmbedding
From InDesign Server CS6
Options for embedding fonts in the exported EPS.
Value
| Name | Description | Value |
|---|---|---|
| FontEmbedding.COMPLETE | Embeds all fonts once per page. | 2003332197 = 'whle' |
| FontEmbedding.NONE | Embeds only references to fonts. | 1852796517 = 'none' |
| FontEmbedding.SUBSET | Embeds only the characters (glyphs) used in the document. Glyphs are downloaded once per page. | 1768842098 = 'incr' |
Usage
As property
EPSExportPreference.fontEmbedding
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |