Merge pull request #2730 from fonttools/varlib-pass-on-colr-layer-reuse-arg

[varlib.build_many] Pass on colr_layer_reuse
This commit is contained in:
Cosimo Lupo 2022-08-14 11:44:20 +01:00 committed by GitHub
commit bb6fd8d22e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -912,7 +912,8 @@ def build_many(
vfDoc, vfDoc,
master_finder, master_finder,
exclude=list(exclude) + ["STAT"], exclude=list(exclude) + ["STAT"],
optimize=optimize optimize=optimize,
colr_layer_reuse=colr_layer_reuse,
)[0] )[0]
if "STAT" not in exclude: if "STAT" not in exclude:
buildVFStatTable(vf, designspace, name) buildVFStatTable(vf, designspace, name)