[cffLib] Typo
This commit is contained in:
parent
7a0062a718
commit
9372554dce
@ -2281,7 +2281,7 @@ class DictCompiler(object):
|
|||||||
# For PrivateDict BlueValues, the default font
|
# For PrivateDict BlueValues, the default font
|
||||||
# values are absolute, not relative.
|
# values are absolute, not relative.
|
||||||
# Must convert these back to relative coordinates
|
# Must convert these back to relative coordinates
|
||||||
# befor writing to CFF2.
|
# before writing to CFF2.
|
||||||
defaultValue = value[i][0]
|
defaultValue = value[i][0]
|
||||||
firstList[i] = defaultValue - prevVal
|
firstList[i] = defaultValue - prevVal
|
||||||
prevVal = defaultValue
|
prevVal = defaultValue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user