Skip to content

Commit b566d43

Browse files
committed
Use fontTools to set feature in binary fonts while generating var fonts.
1 parent 5643c8c commit b566d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/variableFontGenerator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def _generateVariationFont(self, outPutPath):
628628
options.glyphOrder = self.compileGlyphOrder
629629
options.useMacRoman = False
630630
options.fdk = CurrentFDK()
631-
options.generateFeaturesWithFontTools = False
631+
options.generateFeaturesWithFontTools = True
632632

633633
self.generateReport.newLine()
634634
self.generateReport.writeTitle("Generate TTF", "'")

0 commit comments

Comments
 (0)