.
This commit is contained in:
parent
2772d8496e
commit
d0903e3bb3
@ -671,9 +671,11 @@ class Merger(object):
|
||||
|
||||
allTags = reduce(set.union, (list(font.keys()) for font in fonts), set())
|
||||
allTags.remove('GlyphOrder')
|
||||
allTags.remove('cmap')
|
||||
allTags.remove('GSUB')
|
||||
allTags = ['cmap', 'GSUB'] + list(allTags)
|
||||
for tag in allTags:
|
||||
|
||||
|
||||
tables = [font.get(tag, NotImplemented) for font in fonts]
|
||||
|
||||
clazz = ttLib.getTableClass(tag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user