summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/font-otd.lua')
-rw-r--r--tex/context/base/font-otd.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/font-otd.lua b/tex/context/base/font-otd.lua
index 0bc8225de..89f84804c 100644
--- a/tex/context/base/font-otd.lua
+++ b/tex/context/base/font-otd.lua
@@ -54,7 +54,7 @@ function otf.setdynamics(font,attribute)
local script = features.script or 'dflt'
local language = features.language or 'dflt'
if script == "auto" then
- -- checkedscript and resources are defined later so we cannot shortcut them
+ -- checkedscript and resources are defined later so we cannot shortcut them -- todo: make installer
script = definers.checkedscript(fontdata[font],hashes.resources[font],features)
end
local ds = dynamics[script] -- can be metatable magic (less testing)