Font subsetting options.
| Name | Description | Value |
|---|---|---|
| NONE | Does not subset fonts and uses only fonts installed on the end user system. | 1852796517 = ‘none’ |
| SUBSET_GLYPHS | Exports only the font characters used in the document. Note: Not available for linked fonts. | 1937134439 = ‘svSg’ |
| SUBSET_ENGLISH | Subsets the English font characters used in the document. | 1937134437 = ‘svSe’ |
| SUBSET_GLYPHS_AND_ENGLISH | Subsets English font characters and all other glyphs that are are used in the document. | 1937134405 = ‘svSE’ |
| SUBSET_ROMAN | Subsets the Roman-letter font characters used in the document. | 1937134450 = ‘svSr’ |
| SUBSET_GLYPHS_AND_ROMAN | Subsets the Roman-letter font characters and other font characters that are used in the document. | 1937134418 = ‘svSR’ |
| SUBSET_ENTIRE | Exports the full set of English and Roman-letter font characters. | 1937134433 = ‘svSa’ |
Usage:
- As property:
- SVGExportPreference.fontSubsetting