diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index cb0a28a524b..fa097c7d7e6 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -4429,7 +4429,7 @@ where | |||
| 4429 | LANGSYS is a symbol specifying a langsys tag of OpenType, | 4429 | LANGSYS is a symbol specifying a langsys tag of OpenType, |
| 4430 | GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags. | 4430 | GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags. |
| 4431 | 4431 | ||
| 4432 | If LANGYS is nil, the default langsys is selected. | 4432 | If LANGSYS is nil, the default langsys is selected. |
| 4433 | 4433 | ||
| 4434 | The features are applied in the order they appear in the list. The | 4434 | The features are applied in the order they appear in the list. The |
| 4435 | symbol `*' means to apply all available features not present in this | 4435 | symbol `*' means to apply all available features not present in this |