summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-imp-properties.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-imp-properties.lua')
-rw-r--r--tex/context/base/mkiv/font-imp-properties.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/font-imp-properties.lua b/tex/context/base/mkiv/font-imp-properties.lua
index 8cd22af69..5805235b7 100644
--- a/tex/context/base/mkiv/font-imp-properties.lua
+++ b/tex/context/base/mkiv/font-imp-properties.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['font-imp-properties'] = {
license = "see context related readme files"
}
+if not context then return end
+
local next, type, tonumber, select = next, type, tonumber, select
local byte, find, formatters = string.byte, string.find, string.formatters
local utfchar = utf.char