[CFF2ToCFF] Remove wrong and unnecessary argument
This had no effect though, since file is None.
This commit is contained in:
parent
4360969baa
commit
87ae6ba224
@ -32,7 +32,7 @@ def _convertCFF2ToCFF(cff, otFont):
|
||||
|
||||
cff.major = 1
|
||||
|
||||
topDictData = TopDictIndex(None, isCFF2=True)
|
||||
topDictData = TopDictIndex(None)
|
||||
for item in cff.topDictIndex:
|
||||
# Iterate over, such that all are decompiled
|
||||
topDictData.append(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user