Skip to content

Commit 69022eb

Browse files
committed
the generate features with fontTools flag is a users decision and should be extracted from the lib
1 parent 9b93630 commit 69022eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Batch.roboFontExt/lib/variableFontGenerator/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,8 @@ def _generateVariationFont(self, outPutPath):
635635
options.glyphOrder = self.compileGlyphOrder
636636
options.useMacRoman = False
637637
options.fdk = CurrentFDK()
638-
options.generateFeaturesWithFontTools = True
638+
# the generate features with fontTools flag is a users decision and should be extracted from the lib
639+
# options.generateFeaturesWithFontTools = True
639640

640641
self.generateReport.newLine()
641642
self.generateReport.writeTitle("Generate TTF", "'")

0 commit comments

Comments
 (0)