[feaLib] Reverse chain need not handle subtable
This commit is contained in:
parent
d9893ab05a
commit
3be73365a5
@ -1494,6 +1494,10 @@ class ReverseChainSingleSubstBuilder(LookupBuilder):
|
||||
subtables.append(st)
|
||||
return self.buildLookup_(subtables)
|
||||
|
||||
def add_subtable_break(self, location):
|
||||
# Nothing to do here, each substitution is in its own subtable.
|
||||
pass
|
||||
|
||||
|
||||
class SingleSubstBuilder(LookupBuilder):
|
||||
def __init__(self, font, location):
|
||||
|
Loading…
x
Reference in New Issue
Block a user