diff options
author | Will Robertson <wspr81@gmail.com> | 2010-05-25 14:47:47 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-05-25 14:47:47 +0930 |
commit | 3726332085173acad0e1a6a4d018af67e03334b8 (patch) | |
tree | 3e7480d1d544b4bb605e26061a057544770cc27e | |
parent | c78099b647975a640ccdc46a766f974224ef0833 (diff) | |
download | luaotfload-3726332085173acad0e1a6a4d018af67e03334b8.tar.gz |
I'm not sure how to document these features.
Pretty sure "calt" should be in this list, however.
-rw-r--r-- | otfl-font-xtx.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otfl-font-xtx.lua b/otfl-font-xtx.lua index 0fa2d69..10062de 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -90,6 +90,7 @@ otf.tables = otf.tables or { } otf.tables.defaults = { dflt = { + "calt", "ccmp", "locl", "rlig", "liga", "clig", "kern", "mark", "mkmk", }, |