Skip to content

Commit 9e503ae

Browse files
committed
Mention feature variation syntax in warning message
1 parent eb4d92d commit 9e503ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fontra_glyphs/backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,8 @@ def canParseFeatures(featureText, glyphNames):
17541754
# 1. "include" statements have been expanded, and have been replaced by the *contents*
17551755
# of the included file(s)
17561756
# 2. Glyphs-specific dynamic "token" syntax has been expanded to standard .fea syntax
1757+
# 3. Glyphs-style feature variation syntax has been converted to the syntax that
1758+
# fonttools, fontmake and fontc support.
17571759
#
17581760
# Editing the feature code in Fontra will write the *modified* code back to the .glyphs
17591761
# or .glyphspackage file, destroying the original features code.

0 commit comments

Comments
 (0)