[merge] Fix for ClassDef.Format and Coverage.Format
Part of https://github.com/behdad/fonttools/issues/444
This commit is contained in:
parent
501e1f2f7e
commit
53d78d9956
@ -408,10 +408,12 @@ otTables.LookupList.mergeMap = {
|
||||
}
|
||||
|
||||
otTables.Coverage.mergeMap = {
|
||||
'Format': min,
|
||||
'glyphs': sumLists,
|
||||
}
|
||||
|
||||
otTables.ClassDef.mergeMap = {
|
||||
'Format': min,
|
||||
'classDefs': sumDicts,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user