This commit is contained in:
Behdad Esfahbod 2023-01-06 14:17:06 -07:00
parent 3c4cc71504
commit 8c6e14674a

View File

@ -110,7 +110,7 @@ def lib_convertCFFToCFF2(cff, otFont):
if hasattr(privateDict, key):
delattr(privateDict, key)
# print "Removing privateDict attr", key
# Now delete up the decrecated topDict operators from CFF 1.0
# Now delete up the deprecated topDict operators from CFF 1.0
for entry in topDictOperators:
key = entry[1]
if key not in opOrder: