diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-02 21:00:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-02 21:00:47 +0000 |
commit | 16dc363f7718f96063d15f77eecf3db8a19789cc (patch) | |
tree | 4c6c7df92086e8d28dceddad5011d5abddf185db /Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua | |
parent | 83bce5369c17e79e461fc45c3707d11990d9c9a7 (diff) |
luaotfload (2may20)
git-svn-id: svn://tug.org/texlive/trunk@54971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua')
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua b/Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua index 85fe1ae9750..9f45408b1b7 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua +++ b/Master/texmf-dist/source/luatex/luaotfload/fontloader-reference-load-order.lua @@ -257,7 +257,9 @@ if non_generic_context.luatex_fonts.skip_loading ~= true then loadmodule('font-vfc.lua') - -- This is the bulk of opentype code. + -- This is the bulk of opentype code. The color and variable font support (as for + -- emoji) can (and might) actually go away here because it has never been used + -- outside context so in retrospect there was no need for it being generic. loadmodule('font-otr.lua') loadmodule('font-oti.lua') |