Don’t put extension lookups into an extension lookup, obviously
This commit is contained in:
parent
f7b866573b
commit
fa0eae6658
@ -1637,7 +1637,7 @@ def fixLookupOverFlows(ttf, overflowRecord):
|
||||
|
||||
for lookupIndex in range(lookupIndex, len(lookups)):
|
||||
lookup = lookups[lookupIndex]
|
||||
|
||||
if lookup.LookupType != extType:
|
||||
lookup.LookupType = extType
|
||||
for si in range(len(lookup.SubTable)):
|
||||
subTable = lookup.SubTable[si]
|
||||
|
Loading…
x
Reference in New Issue
Block a user