[feaLib] Reverse chain need not handle subtable

This commit is contained in:
Khaled Hosny 2019-02-26 18:44:57 +02:00
parent d9893ab05a
commit 3be73365a5

View File

@ -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):