Skip to content

Commit 7dab704

Browse files
committed
force turn off sub routinization
1 parent 3bca727 commit 7dab704

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Batch.roboFontExt/lib/batchGenerators/variableFontsGenerator

Batch.roboFontExt/lib/batchGenerators/variableFontsGenerator/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ def generate(self):
310310
options.checkOutlines = False
311311
options.autohint = self.autohint
312312
options.releaseMode = self.releaseMode
313+
options.turnOnSubroutinization = False
313314
options.glyphOrder = self.glyphOrder
314315
options.useMacRoman = False
315316
# the generate features with fontTools flag is a users decision and should be extracted from the lib

0 commit comments

Comments
 (0)