diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-09-27 18:28:14 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-09-27 18:28:14 +0200 |
commit | 4a76c3abcdf750cbf1e825d0fce637e35f63b10a (patch) | |
tree | e615e532706676ed520c77030534731274473d00 /src/luaotfload-init.lua | |
parent | c3db46b819beebb892698513bd51341b9a691786 (diff) | |
download | luaotfload-4a76c3abcdf750cbf1e825d0fce637e35f63b10a.tar.gz |
[main, parsers] prepare for deferred initialization
Diffstat (limited to 'src/luaotfload-init.lua')
-rw-r--r-- | src/luaotfload-init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua index a493cc1..a5e5bec 100644 --- a/src/luaotfload-init.lua +++ b/src/luaotfload-init.lua @@ -38,8 +38,8 @@ local logreport --- filled in after loading the log module --[[doc-- \subsection{Preparing the Font Loader} - We treat the fontloader as a black box so behavior is consistent - between formats. + We treat the fontloader as a semi-black box so behavior is + consistent between formats. We load the fontloader code directly in the same fashion as the Plain format \identifier{luatex-fonts} that is part of Context. How this is executed depends on the presence on the |