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.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/font-cft.lua b/tex/context/base/mkiv/font-cft.lua
index 63c056022..fcc5d7b5a 100644
--- a/tex/context/base/mkiv/font-cft.lua
+++ b/tex/context/base/mkiv/font-cft.lua
@@ -7,16 +7,18 @@ 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