summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2011-10-06 02:07:12 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2011-10-06 02:07:12 +0200
commitb0786c4d31736f4421c2e71d655a1e407cfabd76 (patch)
tree68d43ac70990d6d66fd45b7ad869acf2046bd675
parentd86b9ad999934cd8c9ded19ac9aa1a683f232dd5 (diff)
downloadluaotfload-b0786c4d31736f4421c2e71d655a1e407cfabd76.tar.gz
tlig, trep and anum are no longer supported
Hans don't seem to care too much about them, neither I and I keep patching the files to re-instate this support. Someone else has to convince Hans to support those feature in his "plain" font loader.
-rw-r--r--luaotfload.dtx16
-rw-r--r--tests/anum.tex12
-rw-r--r--tests/texligatures.tex7
3 files changed, 0 insertions, 35 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 4bc2613..c4e8d10 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -303,24 +303,8 @@ and the derived files
% respectively. See \pdftex manual for details}:
%
% |\font\lmr=Latin Modern Roman:protrusion=default|
-%
% \end{description}
%
-% \subparagraph{Non-standard font features}
-% \textsf{luaotfload} defines some additional font feature not defined in
-% OpenType, currently three features are defined:
-%
-% \begin{itemize*}
-% \item |anum|: replaces European numbers with eastern Arabic numbers or
-% Persian numbers, depending on the value of |language|.
-% \item |tlig|: applies legacy \tex ligatures (|``''-- -- !` ?` <<>>|).
-% \item |trep|: applies legacy \tex replacements (|`'"|).
-% \end{itemize*}
-%
-% (For \xetex users: these last two are the equivalent of writing
-% |mapping=text-tex| using \xetex's input remapping feature.)
-%
-%
% \section{Font names database}
% \label{sec:fontdb}
%
diff --git a/tests/anum.tex b/tests/anum.tex
deleted file mode 100644
index bfbee2f..0000000
--- a/tests/anum.tex
+++ /dev/null
@@ -1,12 +0,0 @@
-\input luaotfload.sty
-
-\font\testa={name:dejavusans:script=arab;language=ara;+anum}
-\font\testp={name:dejavusans:script=arab;language=far;+anum}
-\font\tests={name:dejavusans:script=arab;language=snd;+anum}
-\font\testu={name:dejavusans:script=arab;language=urd;+anum}
-
-\testa 0123456789\par
-\testp 0123456789\par
-\tests 0123456789\par
-\testu 0123456789\par
-\bye
diff --git a/tests/texligatures.tex b/tests/texligatures.tex
deleted file mode 100644
index 68b554c..0000000
--- a/tests/texligatures.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-\input luaotfload.sty
-
-\font\testa={file:lmroman10-regular:script=latn;+tlig;+trep} at 10pt
-\font\testb={file:lmroman10-regular:mode=node;script=latn;+tlig;+trep} at 10pt
-\testa ``fi fl ffi--ffl---ff!`'' \par
-\testb ``fi fl ffi--ffl---ff!`'' \par
-\bye