Remove .Format from MultipleSubst as well

This commit is contained in:
Behdad Esfahbod 2021-03-23 18:01:06 -07:00
parent 8f79235d00
commit 03d0a62078

View File

@ -811,6 +811,7 @@ class MultipleSubst(FormatSwitchingBaseTable):
else:
assert 0, "unknown format: %s" % self.Format
self.mapping = mapping
del self.Format # Don't need this anymore
def preWrite(self, font):
mapping = getattr(self, "mapping", None)