diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-02-24 22:28:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-02-24 22:28:00 +0100 |
commit | 66aa7cfc8c9424ee0fe4e62a83b86dac39dc59a1 (patch) | |
tree | 51611577dc8b62bd54d559ccc469ca8e46713f82 /tex/context/base/font-otn.lua | |
parent | 8098b3762ab0700f87d8dd18e3c37e43b5b54357 (diff) | |
download | context-66aa7cfc8c9424ee0fe4e62a83b86dac39dc59a1.tar.gz |
beta 2010.02.24 22:28
Diffstat (limited to 'tex/context/base/font-otn.lua')
-rw-r--r-- | tex/context/base/font-otn.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/font-otn.lua b/tex/context/base/font-otn.lua index efafa30c6..16ecc2d48 100644 --- a/tex/context/base/font-otn.lua +++ b/tex/context/base/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 |