diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-19 12:51:07 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-19 13:07:03 +0200 |
commit | aa5432bf7c1f4e6fd3381e9a76d6f258231cd1ae (patch) | |
tree | d86d43b110a3d31b12413116cbc2084daf645eaf | |
parent | 4605fb980fc8826cd097978ccbd5c8ece6176b27 (diff) | |
download | luaotfload-aa5432bf7c1f4e6fd3381e9a76d6f258231cd1ae.tar.gz |
Capture AAT and ICU font options and do nothing
-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 20a5df9..b285d0b 100644 --- a/otfl-font-xtx.lua +++ b/otfl-font-xtx.lua @@ -73,6 +73,7 @@ local function isstyle(s) list.style = "bolditalic" elseif v:find("^s=") then list.optsize = v:split("=")[2] + elseif v == "aat" or v == "icu" then end end end |