diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/font-cft.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/font-cft.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/font-cft.lua b/Master/texmf-dist/tex/context/base/mkiv/font-cft.lua index 63c05602296..30221cbaac7 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/font-cft.lua +++ b/Master/texmf-dist/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 { } |