summaryrefslogtreecommitdiff
path: root/tex/context/base/font-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-ini.lua')
-rw-r--r--tex/context/base/font-ini.lua5
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 = { } },