diff options
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index ff156c2..1709267 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -559,6 +559,14 @@ luaotfload.loadmodule('font-clr.lua') % \end{macrocode} % +% Here we override some defaults set in \ConTeXt\ code. +% +% \begin{macrocode} + +fonts.mode = "node" + +% \end{macrocode} +% % Finally two functions % % \begin{macrocode} |