Fix otConverters lazy reader
This commit is contained in:
parent
1acc80eba5
commit
3bada5de80
@ -1893,7 +1893,7 @@ class CFF2Index(BaseConverter):
|
||||
|
||||
if self._itemClass is not None:
|
||||
obj = self._itemClass()
|
||||
obj.decompile(item, self.font, reader_copy.localState)
|
||||
obj.decompile(item, font, reader_copy.localState)
|
||||
item = obj
|
||||
elif self._converter is not None:
|
||||
item = self._converter.read(item, font)
|
||||
|
Loading…
x
Reference in New Issue
Block a user