[Doc/designspaceLib] mention 'featureVarsFeatureTag' takes multiple comma-separated tags now

This commit is contained in:
Cosimo Lupo 2023-12-01 16:49:56 +00:00
parent a2e05fb084
commit c46478335e
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -438,8 +438,8 @@ glyphname pairs: the glyphs that need to be substituted. For a rule to be trigge
See the following issues for more information: See the following issues for more information:
`fontTools#1371 <https://github.com/fonttools/fonttools/issues/1371#issuecomment-590214572>`__ `fontTools#1371 <https://github.com/fonttools/fonttools/issues/1371#issuecomment-590214572>`__
`fontTools#2050 <https://github.com/fonttools/fonttools/issues/2050#issuecomment-678691020>`__ `fontTools#2050 <https://github.com/fonttools/fonttools/issues/2050#issuecomment-678691020>`__
- If you want to use a different feature altogether, e.g. ``calt``, - If you want to use a different feature(s) altogether, e.g. ``calt``,
use the lib key ``com.github.fonttools.varLib.featureVarsFeatureTag`` use the lib key ``com.github.fonttools.varLib.featureVarsFeatureTag``.
.. code:: xml .. code:: xml
@ -450,6 +450,9 @@ glyphname pairs: the glyphs that need to be substituted. For a rule to be trigge
</dict> </dict>
</lib> </lib>
This can also take a comma-separated list of feature tags, e.g. ``salt,ss01``,
if you wish the same rules to be applied with several features.
``<rule>`` element ``<rule>`` element