summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-off.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-off.lua')
-rw-r--r--tex/context/base/mkiv/font-off.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/font-off.lua b/tex/context/base/mkiv/font-off.lua
index b8fadb634..7e509c2c3 100644
--- a/tex/context/base/mkiv/font-off.lua
+++ b/tex/context/base/mkiv/font-off.lua
@@ -6,6 +6,7 @@ if not modules then modules = { } end modules ['font-off'] = {
license = "see context related readme files"
}
+local tonumber = tonumber
local lower = string.lower
local round = math.round
local setmetatableindex = table.setmetatableindex