diff options
Diffstat (limited to 'tex/context/base/font-ini.lua')
-rw-r--r-- | tex/context/base/font-ini.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/font-ini.lua b/tex/context/base/font-ini.lua index 0cfc7a3f4..a3eefa9db 100644 --- a/tex/context/base/font-ini.lua +++ b/tex/context/base/font-ini.lua @@ -15,8 +15,9 @@ if not modules then modules = { } end modules ['font-ini'] = { fonts = fonts or { } -fonts.trace = false -- true -fonts.mode = 'base' +fonts.trace = false -- true +fonts.mode = 'base' +fonts.private = 0xE000 fonts.methods = { base = { tfm = { }, afm = { }, otf = { }, vtf = { }, fix = { } }, |