summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/amiri/sources/italic.fea
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/amiri/sources/italic.fea')
-rw-r--r--Master/texmf-dist/doc/fonts/amiri/sources/italic.fea44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/amiri/sources/italic.fea b/Master/texmf-dist/doc/fonts/amiri/sources/italic.fea
new file mode 100644
index 00000000000..110ac40ec62
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/amiri/sources/italic.fea
@@ -0,0 +1,44 @@
+lookup loclLtr {
+ sub zero by zero.ltr;
+ sub one by one.ltr;
+ sub two by two.ltr;
+ sub three by three.ltr;
+ sub four by four.ltr;
+ sub five by five.ltr;
+ sub six by six.ltr;
+ sub seven by seven.ltr;
+ sub eight by eight.ltr;
+ sub nine by nine.ltr;
+} loclLtr;
+
+feature locl {
+ script latn;
+ language TRK include_dflt;
+ lookup loclLtr;
+} locl;
+
+lookup loclRtl {
+ sub zero by zero.rtl;
+ sub one by one.rtl;
+ sub two by two.rtl;
+ sub three by three.rtl;
+ sub four by four.rtl;
+ sub five by five.rtl;
+ sub six by six.rtl;
+ sub seven by seven.rtl;
+ sub eight by eight.rtl;
+ sub nine by nine.rtl;
+} loclRtl;
+
+feature locl {
+ script arab;
+
+ language ARA include_dflt;
+ lookup loclRtl;
+
+ language URD include_dflt;
+ lookup loclRtl;
+
+ language SND include_dflt;
+ lookup loclRtl;
+} locl;