[apply-feature-file.py] swap args position in addOpenTypeFeatures func call
this changed in commit 5e64857b975c842acadd0eba859c689a23c81b63 Fixes #553
This commit is contained in:
parent
7eed24725f
commit
b2ac89cc42
@ -15,5 +15,5 @@ inputFontPath = sys.argv[2]
|
||||
outputFontPath = sys.argv[3]
|
||||
|
||||
font = TTFont(inputFontPath)
|
||||
feaLibBuilder.addOpenTypeFeatures(inputFeaturePath, font)
|
||||
feaLibBuilder.addOpenTypeFeatures(font, inputFeaturePath)
|
||||
font.save(outputFontPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user