We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93630 commit 69022ebCopy full SHA for 69022eb
1 file changed
Batch.roboFontExt/lib/variableFontGenerator/__init__.py
@@ -635,7 +635,8 @@ def _generateVariationFont(self, outPutPath):
635
options.glyphOrder = self.compileGlyphOrder
636
options.useMacRoman = False
637
options.fdk = CurrentFDK()
638
- options.generateFeaturesWithFontTools = True
+ # the generate features with fontTools flag is a users decision and should be extracted from the lib
639
+ # options.generateFeaturesWithFontTools = True
640
641
self.generateReport.newLine()
642
self.generateReport.writeTitle("Generate TTF", "'")
0 commit comments