Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/ufo2ft/_compilers/interpolatableTTFCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class InterpolatableTTFCompiler(BaseInterpolatableCompiler):
layerNames: Optional[str] = None
colrLayerReuse: bool = False
colrAutoClipBoxes: bool = False
autoUseMyMetrics: bool = True
autoUseMyMetrics: bool = False
allQuadratic: bool = True
skipFeatureCompilation: bool = False

Expand Down
2 changes: 1 addition & 1 deletion Lib/ufo2ft/_compilers/variableTTFsCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class VariableTTFsCompiler(InterpolatableTTFCompiler):
excludeVariationTables: tuple = ()
optimizeGvar: bool = True
colrAutoClipBoxes: bool = False
autoUseMyMetrics: bool = True
autoUseMyMetrics: bool = False
dropImpliedOnCurves: bool = False
allQuadratic: bool = True
variableFeatures: bool = True
Loading
Loading