summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fnt.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/node-fnt.lua')
-rw-r--r--tex/context/base/node-fnt.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/node-fnt.lua b/tex/context/base/node-fnt.lua
index 594cfc1a1..ad7af592f 100644
--- a/tex/context/base/node-fnt.lua
+++ b/tex/context/base/node-fnt.lua
@@ -12,12 +12,12 @@ local next, type = next, type
local trace_characters = false trackers.register("nodes.characters", function(v) trace_characters = v end)
-local glyph = node.id('glyph')
+local traverse_id, has_attribute = node.traverse_id, node.has_attribute
+local starttiming, stoptiming = statistics.starttiming, statistics.stoptiming
-local traverse_id = node.traverse_id
-local has_attribute = node.has_attribute
+local nodecodes = nodes.nodecodes
-local starttiming, stoptiming = statistics.starttiming, statistics.stoptiming
+local glyph = nodecodes.glyph
fonts = fonts or { }
fonts.tfm = fonts.tfm or { }