Skip to content

Commit

Permalink
flattenComponents=None->False
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 10, 2020
1 parent 80bd026 commit b0c9673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Lib/ufo2ft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def compileTTF(
rememberCurveType=True,
removeOverlaps=False,
overlapsBackend=None,
flattenComponents=None,
flattenComponents=False,
inplace=False,
layerName=None,
skipExportGlyphs=None,
Expand Down Expand Up @@ -252,7 +252,7 @@ def compileInterpolatableTTFs(
useProductionNames=None,
cubicConversionError=None,
reverseDirection=True,
flattenComponents=None,
flattenComponents=False,
inplace=False,
layerNames=None,
skipExportGlyphs=None,
Expand Down Expand Up @@ -360,7 +360,7 @@ def compileInterpolatableTTFsFromDS(
useProductionNames=None,
cubicConversionError=None,
reverseDirection=True,
flattenComponents=None,
flattenComponents=False,
inplace=False,
debugFeatureFile=None,
notdefGlyph=None,
Expand Down Expand Up @@ -577,7 +577,7 @@ def compileVariableTTF(
reverseDirection=True,
excludeVariationTables=(),
optimizeGvar=True,
flattenComponents=None,
flattenComponents=False,
inplace=False,
debugFeatureFile=None,
notdefGlyph=None,
Expand Down

0 comments on commit b0c9673

Please sign in to comment.