diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-25 00:38:44 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-25 00:41:34 +0200 |
commit | 6329e52d8aa7381a248e4a7dbf734d2ad083c50f (patch) | |
tree | 67c0f600cede869caf726c5d77a1d6371d6aa137 /otfl-font-otn.lua | |
parent | e064aa2dc70fb819cfdb6b3c0bdf1d081859584f (diff) | |
download | luaotfload-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.lua | 2 |
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 |