summaryrefslogtreecommitdiff
path: root/tex/context/base/font-cff.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-cff.lua')
-rw-r--r--tex/context/base/font-cff.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/tex/context/base/font-cff.lua b/tex/context/base/font-cff.lua
index d4acf7dc2..4d5fe7bdc 100644
--- a/tex/context/base/font-cff.lua
+++ b/tex/context/base/font-cff.lua
@@ -540,7 +540,7 @@ do
for i=1,#dictionaries do
local private = dictionaries[i].private
if private and private.data then
- top = 0
+ top = 0
result = {
forcebold = false,
languagegroup = 0,
@@ -549,6 +549,9 @@ do
subroutines = 0,
defaultwidthx = 0,
nominalwidthx = 0,
+ cid = {
+ -- actually an error
+ },
}
lpegmatch(p_dictionary,private.data)
private.data = result