We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bca727 commit 7dab704Copy full SHA for 7dab704
1 file changed
Batch.roboFontExt/lib/batchGenerators/variableFontsGenerator/__init__.py
@@ -310,6 +310,7 @@ def generate(self):
310
options.checkOutlines = False
311
options.autohint = self.autohint
312
options.releaseMode = self.releaseMode
313
+ options.turnOnSubroutinization = False
314
options.glyphOrder = self.glyphOrder
315
options.useMacRoman = False
316
# the generate features with fontTools flag is a users decision and should be extracted from the lib
0 commit comments