summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-cff.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-cff.lua')
-rw-r--r--tex/context/base/mkiv/font-cff.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/font-cff.lua b/tex/context/base/mkiv/font-cff.lua
index 72b0a038f..627847efa 100644
--- a/tex/context/base/mkiv/font-cff.lua
+++ b/tex/context/base/mkiv/font-cff.lua
@@ -612,6 +612,9 @@ do
parsedictionaries = function(data,dictionaries,what)
stack = { }
strings = data.strings
+ if trace_charstrings then
+ report("charstring format %a",what)
+ end
for i=1,#dictionaries do
top = 0
result = what == "cff" and {
@@ -1517,7 +1520,7 @@ do
end
end
else
- -- error
+ top = top - nofregions * n
end
end