diff options
Diffstat (limited to 'tex/context/base/typo-dir.lua')
-rw-r--r-- | tex/context/base/typo-dir.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/typo-dir.lua b/tex/context/base/typo-dir.lua index 931e6c90c..006c184c6 100644 --- a/tex/context/base/typo-dir.lua +++ b/tex/context/base/typo-dir.lua @@ -51,8 +51,8 @@ local new_textdir = nodepool.textdir local beginmath_code = mathcodes.beginmath local endmath_code = mathcodes.endmath -local fontdata = fonts.ids -local fontchar = fonts.chr +local fontdata = fonts.identifiers +local fontchar = fonts.characters local chardata = characters.data local chardirs = characters.directions -- maybe make a special mirror table @@ -381,7 +381,7 @@ function directions.process(namespace,attribute,start) -- todo: make faster end else if trace_directions then - list[#list+1] = format("node %s (subtype %s)",node.type(id),current.subtype) + list[#list+1] = format("node %s (subtype %s)",nodecodes[id],current.subtype) end if finish then finish_auto_before() |