summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-03-18 16:55:29 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-03-18 16:55:29 +0200
commitc8be683d0645394e6f6472d553d070ab9e56d6a9 (patch)
treea5be2109963ac26e98ec598dadafc9d3a280203f /luaotfload.dtx
parent42595d28a023af84e19fa6936acb2b744baffad2 (diff)
downloadluaotfload-c8be683d0645394e6f6472d553d070ab9e56d6a9.tar.gz
Will not be needed with next ConTeXt merge
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx17
1 files changed, 0 insertions, 17 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 89c3b9f..c6386f0 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -660,23 +660,6 @@ end
fonts.mode = "node"
% \end{macrocode}
%
-% The following features are useful in math (e.g. in XITS Math font),
-% but \textsf{luaotfload} does not recognize them in |base| mode.
-%
-% \begin{macrocode}
-local register_base_sub = fonts.otf.features.registerbasesubstitution
-local gsubs = {
- "ss01", "ss02", "ss03", "ss04", "ss05",
- "ss06", "ss07", "ss08", "ss09", "ss10",
- "ss11", "ss12", "ss13", "ss14", "ss15",
- "ss16", "ss17", "ss18", "ss19", "ss20",
-}
-
-for _,v in next, gsubs do
- register_base_sub(v)
-end
-% \end{macrocode}
-%
% Finally we register the callbacks
%
% \begin{macrocode}