mirror of
https://github.com/rsms/inter.git
synced 2024-11-15 19:47:47 +01:00
tooling: generate-opsz-layers.py only makes layers for Thin masters
This commit is contained in:
parent
166cd3c360
commit
e033dcd4cb
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ def process_glyph(g, axes):
|
|||
# print("existing_opsz_layers %r" % existing_opsz_layers)
|
||||
|
||||
for master in g.parent.masters:
|
||||
if master.name.startswith("Regular"):
|
||||
# Regular uses dedicated master for opsz
|
||||
if not master.name.startswith("Thin"):
|
||||
# Only thin uses brace layers for opsz
|
||||
continue
|
||||
layer = g.layers[master.id]
|
||||
# print("%s" % layer.name)
|
||||
|
|
Loading…
Reference in a new issue