summaryrefslogtreecommitdiff
path: root/otfl-font-otn.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-02-25 00:38:44 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-02-25 00:41:34 +0200
commit6329e52d8aa7381a248e4a7dbf734d2ad083c50f (patch)
tree67c0f600cede869caf726c5d77a1d6371d6aa137 /otfl-font-otn.lua
parente064aa2dc70fb819cfdb6b3c0bdf1d081859584f (diff)
downloadluaotfload-6329e52d8aa7381a248e4a7dbf734d2ad083c50f.tar.gz
Updating to latest ConTeXt beta (2010.02.24)
Now encoding related code gone.
Diffstat (limited to 'otfl-font-otn.lua')
-rw-r--r--otfl-font-otn.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/otfl-font-otn.lua b/otfl-font-otn.lua
index efafa30..16ecc2d 100644
--- a/otfl-font-otn.lua
+++ b/otfl-font-otn.lua
@@ -1988,6 +1988,7 @@ function fonts.methods.node.otf.features(head,font,attr)
if not lookupcache then
report_missing_cache(typ,lookupname)
else
+--~ print(typ,lookupname,lookupcache,table.serialize(lookupcache))
while start do
local id = start.id
if id == glyph then
@@ -1997,6 +1998,7 @@ function fonts.methods.node.otf.features(head,font,attr)
if lookupmatch then
-- sequence kan weg
local ok
+--~ print("!!!")
start, ok = handler(start,r[4],lookupname,lookupmatch,sequence,featuredata,1)
--~ texio.write_nl(tostring(lookupname),tostring(lookupmatch),tostring(ok))
if ok then