summaryrefslogtreecommitdiff
path: root/tex/generic/context/luatex-fonts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/generic/context/luatex-fonts.lua')
-rw-r--r--tex/generic/context/luatex-fonts.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/tex/generic/context/luatex-fonts.lua b/tex/generic/context/luatex-fonts.lua
index 5fffecb47..cff1800e7 100644
--- a/tex/generic/context/luatex-fonts.lua
+++ b/tex/generic/context/luatex-fonts.lua
@@ -112,6 +112,7 @@ else
loadmodule('font-cid.lua')
loadmodule('font-ott.lua') -- might be split
loadmodule('font-map.lua') -- for loading lum file (will be stripped)
+ loadmodule('font-lua.lua')
loadmodule('font-otf.lua')
loadmodule('font-otd.lua')
loadmodule('font-oti.lua')
@@ -126,6 +127,8 @@ else
end
+resolvers.loadmodule = loadmodule
+
-- In order to deal with the fonts we need to initialize some
-- callbacks. One can overload them later on if needed.