Ensure TTF list is correct
This commit is contained in:
parent
e2a859d649
commit
5bac84374b
@ -120,10 +120,10 @@ class Merger(object):
|
|||||||
"got": lst},))
|
"got": lst},))
|
||||||
|
|
||||||
def mergeTables(self, font, master_ttfs, tableTags):
|
def mergeTables(self, font, master_ttfs, tableTags):
|
||||||
self.ttfs = master_ttfs # For error reporting
|
|
||||||
for tag in tableTags:
|
for tag in tableTags:
|
||||||
if tag not in font: continue
|
if tag not in font: continue
|
||||||
try:
|
try:
|
||||||
|
self.ttfs = [m for m in master_ttfs if tag in m]
|
||||||
self.mergeThings(font[tag], [m[tag] if tag in m else None
|
self.mergeThings(font[tag], [m[tag] if tag in m else None
|
||||||
for m in master_ttfs])
|
for m in master_ttfs])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user