summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-cft.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-cft.lua')
-rw-r--r--tex/context/base/mkiv/font-cft.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/tex/context/base/mkiv/font-cft.lua b/tex/context/base/mkiv/font-cft.lua
index 63c056022..30221cbaa 100644
--- a/tex/context/base/mkiv/font-cft.lua
+++ b/tex/context/base/mkiv/font-cft.lua
@@ -7,18 +7,20 @@ if not modules then modules = { } end modules ['font-cft'] = {
}
-- context font tables
-
+--
-- todo: extra:
--
-- extra_space => space.extra
-- space => space.width
-- space_stretch => space.stretch
-- space_shrink => space.shrink
-
+--
-- We do keep the x-height, extra_space, space_shrink and space_stretch
-- around as these are low level official names.
+--
+-- Needs to be checked and updated.
-local type = type
+local type, tonumber = type, tonumber
local fonts = fonts or { }
local tables = fonts.tables or { }