Remove .Format from MultipleSubst as well
This commit is contained in:
parent
8f79235d00
commit
03d0a62078
@ -811,6 +811,7 @@ class MultipleSubst(FormatSwitchingBaseTable):
|
|||||||
else:
|
else:
|
||||||
assert 0, "unknown format: %s" % self.Format
|
assert 0, "unknown format: %s" % self.Format
|
||||||
self.mapping = mapping
|
self.mapping = mapping
|
||||||
|
del self.Format # Don't need this anymore
|
||||||
|
|
||||||
def preWrite(self, font):
|
def preWrite(self, font):
|
||||||
mapping = getattr(self, "mapping", None)
|
mapping = getattr(self, "mapping", None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user