diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-11-05 18:00:11 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-11-05 18:00:54 +0200 |
commit | 9d6e4ea26d8a2fc849fa586688bbb823a69a4b17 (patch) | |
tree | 9696db4d3a26c6c031e0bea6efbc3e33d0a4b43a /otfl-font-otf.lua | |
parent | b9f388349d0f602bbc9ebc9c59160298b4bbbb4c (diff) | |
download | luaotfload-9d6e4ea26d8a2fc849fa586688bbb823a69a4b17.tar.gz |
Sync with context 2010.11.03
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 12a489f..25bccfa 100644 --- a/otfl-font-otf.lua +++ b/otfl-font-otf.lua @@ -43,6 +43,7 @@ local otf = fonts.otf local tfm = fonts.tfm local fontdata = fonts.ids +local chardata = characters and characters.data -- not used otf.features = otf.features or { } otf.features.list = otf.features.list or { } |