[cffLib] Typo

This commit is contained in:
Behdad Esfahbod 2024-10-29 10:30:11 -07:00
parent 7a0062a718
commit 9372554dce

View File

@ -2281,7 +2281,7 @@ class DictCompiler(object):
# For PrivateDict BlueValues, the default font
# values are absolute, not relative.
# Must convert these back to relative coordinates
# befor writing to CFF2.
# before writing to CFF2.
defaultValue = value[i][0]
firstList[i] = defaultValue - prevVal
prevVal = defaultValue