Changed paths:
M Lib/fontTools/feaLib/parser.py
M Lib/fontTools/feaLib/variableScalar.py
M Tests/feaLib/builder_test.py
M Tests/feaLib/parser_test.py
M Tests/feaLib/variableScalar_test.py
Log Message:
-----------
[feaLib] Add shorthand for value at default location in variable scalar
Writing a number-only without an axis name and colon is used to mean
this is the value for default location. For example, in a font whose
`wght` default is 400:
Author: Khaled Hosny <kha...@aliftype.com>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M Lib/fontTools/feaLib/parser.py
M Lib/fontTools/feaLib/variableScalar.py
M Tests/feaLib/builder_test.py
M Tests/feaLib/parser_test.py
M Tests/feaLib/variableScalar_test.py
Log Message:
-----------
Merge pull request #4024 from fonttools/variable-scaler-default
[feaLib] Add shorthand for value at default location in variable scalar