Delete the TopDict2 class definition, now that it is no longer used.
This commit is contained in:
parent
73e1128498
commit
d6dd5e26ac
@ -2188,16 +2188,6 @@ class TopDict(BaseDict):
|
||||
progress.increment(0) # update
|
||||
i = i + 1
|
||||
|
||||
class TopDict2(BaseDict):
|
||||
defaults = buildDefaults(topDictOperators2)
|
||||
order = buildOrder(topDictOperators2)
|
||||
|
||||
def __init__(self, strings=None, file=None, offset=None, GlobalSubrs=None, cff2GetGlyphOrder = None):
|
||||
BaseDict.__init__(self, strings, file, offset)
|
||||
self.cff2GetGlyphOrder = cff2GetGlyphOrder
|
||||
self.charset = cff2GetGlyphOrder()
|
||||
self.GlobalSubrs = GlobalSubrs
|
||||
|
||||
class FontDict(BaseDict):
|
||||
#
|
||||
# Since fonttools used to pass a lot of fields that are not relevant in the FDArray
|
||||
|
Loading…
x
Reference in New Issue
Block a user