diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 09:19:19 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 09:19:19 +0200 |
commit | 8070e6c1b481dcd340810ddc680aaccbf4ef1997 (patch) | |
tree | 93daf0d84964e4c84ed173d937985988dbb4ada8 /luaotfload.dtx | |
parent | 0f85af7f349da8636abb4a29ccfdce17d2d0615e (diff) | |
download | luaotfload-8070e6c1b481dcd340810ddc680aaccbf4ef1997.tar.gz |
Cleanup
Group all our font names functions in |otfl-font-nms.lua| and make
|luaotfload.lua| load it. Now |otfl-font-dum.lua| is an unmodified,
we instead override the needed functions in the names module. This
decreases the redundancy that we had.
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 33b8922..39343d8 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -489,6 +489,7 @@ luaotfload.loadmodule('font-otc.lua') luaotfload.loadmodule('font-def.lua') luaotfload.loadmodule('font-xtx.lua') luaotfload.loadmodule('font-dum.lua') +luaotfload.loadmodule('font-nms.lua') luaotfload.loadmodule('font-clr.lua') % \end{macrocode} |