[CFF2ToCFF] Convert FD's to CFF1
Makes ftview like the font, but still not ttx.
This commit is contained in:
parent
87ae6ba224
commit
c384709c0a
@ -35,6 +35,7 @@ def _convertCFF2ToCFF(cff, otFont):
|
||||
topDictData = TopDictIndex(None)
|
||||
for item in cff.topDictIndex:
|
||||
# Iterate over, such that all are decompiled
|
||||
item.cff2GetGlyphOrder = None
|
||||
topDictData.append(item)
|
||||
cff.topDictIndex = topDictData
|
||||
topDict = topDictData[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user