summaryrefslogtreecommitdiff
path: root/otfl-font-xtx.lua
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-01-19 12:51:07 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2010-01-19 13:07:03 +0200
commitaa5432bf7c1f4e6fd3381e9a76d6f258231cd1ae (patch)
treed86d43b110a3d31b12413116cbc2084daf645eaf /otfl-font-xtx.lua
parent4605fb980fc8826cd097978ccbd5c8ece6176b27 (diff)
downloadluaotfload-aa5432bf7c1f4e6fd3381e9a76d6f258231cd1ae.tar.gz
Capture AAT and ICU font options and do nothing
Diffstat (limited to 'otfl-font-xtx.lua')
-rw-r--r--otfl-font-xtx.lua1
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