summaryrefslogtreecommitdiff
path: root/tex/context/base/font-otn.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-15 14:15:04 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-06-15 14:15:04 +0200
commitce4c6e98782de9bab14ed3963c403edbac974879 (patch)
tree3023797c740501bc60ad7a37533c34fd4491cb67 /tex/context/base/font-otn.lua
parentbafe29de59fdc2a37922e198aebc9b04f518f152 (diff)
downloadcontext-ce4c6e98782de9bab14ed3963c403edbac974879.tar.gz
2015-06-15 13:45:00
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r--tex/context/base/font-otn.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua
index ffe5618b3..7736994de 100644
--- a/tex/context/base/font-otn.lua
+++ b/tex/context/base/font-otn.lua
@@ -3374,6 +3374,8 @@ local function featuresprocessor(head,font,attr)
return head, done
end
+-- this might move to the loader
+
local function generic(lookupdata,lookupname,unicode,lookuphash)
local target = lookuphash[lookupname]
if target then
@@ -3510,6 +3512,8 @@ local function prepare_lookups(tfmdata)
end
+-- so far
+
local function split(replacement,original)
local result = { }
for i=1,#replacement do