diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2012-03-11 22:11:18 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2012-03-11 22:11:18 +0200 |
commit | 2acd7771485e453bc4c4d1d5632bb03f274df911 (patch) | |
tree | 2ef6d2664c53d2a427b612a3607ce0d282bafc4e /otfl-font-otf.lua | |
parent | e343512839e6f17fcdfcf2d50942d12b0103c55b (diff) | |
download | luaotfload-2acd7771485e453bc4c4d1d5632bb03f274df911.tar.gz |
Test for italic correction
Diffstat (limited to 'otfl-font-otf.lua')
-rw-r--r-- | otfl-font-otf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otfl-font-otf.lua b/otfl-font-otf.lua index 27a64e9..9bfebc1 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -1137,6 +1137,7 @@ local function t_hashed(t,cache) local ht = { } for i=1,#t do local ti = t[i] +print(ti) local tih = cache[ti] if not tih then tih = { } |