This commit is contained in:
be5invis 2025-05-03 13:36:00 -07:00
parent af8fdf066c
commit 9d1d4a4634

View file

@ -3839,9 +3839,9 @@ featureTag = 'calt'
sequence = '<*>' sequence = '<*>'
``` ```
#### Subsettingn the Result #### Limiting the Character Set
Use the `subset` configuration to limit the character set in the final font. The `subset` section is an object with either `include` or `exclude` property. Use the `subset` configuration to limit the character set in the final font. The `subset` subsection is an object with either `include` or `exclude` property.
- When `include` is used, only the characters in the list will be included in the final font. - When `include` is used, only the characters in the list will be included in the final font.
- When `exclude` is used, all characters except those in the list will be included in the final font. - When `exclude` is used, all characters except those in the list will be included in the final font.