Adobe InDesign CS3 (5.0) Object Model JS: FontSubsetting
From InDesign CS3
Font subsetting options.
Value
| Name | Description | Value |
|---|---|---|
| FontSubsetting.NONE | Does not subset fonts and uses only fonts installed on the end user system. | 1852796517 = 'none' |
| FontSubsetting.SUBSET_ENGLISH | Subsets the English font characters used in the document. | 1937134437 = 'svSe' |
| FontSubsetting.SUBSET_ENTIRE | Exports the full set of English and Roman-letter font characters. | 1937134433 = 'svSa' |
| FontSubsetting.SUBSET_GLYPHS | Exports only the font characters used in the document. Note: Not available for linked fonts. | 1937134439 = 'svSg' |
| FontSubsetting.SUBSET_GLYPHS_AND_ENGLISH | Subsets English font characters and all other glyphs that are are used in the document. | 1937134405 = 'svSE' |
| FontSubsetting.SUBSET_GLYPHS_AND_ROMAN | Subsets the Roman-letter font characters and other font characters that are used in the document. | 1937134418 = 'svSR' |
| FontSubsetting.SUBSET_ROMAN | Subsets the Roman-letter font characters used in the document. | 1937134450 = 'svSr' |
Usage
As property
SVGExportPreference.fontSubsetting
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |