summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/fea/context/verbose-digits.fea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-19 23:04:15 +0000
committerKarl Berry <karl@freefriends.org>2017-04-19 23:04:15 +0000
commitf74161ca4e7eb3c5af9afcbe92522ae3b58987c1 (patch)
tree3c30a13df5ac7968195c85070a2b074578e669d2 /Master/texmf-dist/fonts/fea/context/verbose-digits.fea
parent1d5a55ac8f5506a7ae9cfca52f4b588182e199d4 (diff)
context beta/cont-tmf.zip (Apr 16 12:55)
git-svn-id: svn://tug.org/texlive/trunk@43931 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/fea/context/verbose-digits.fea')
-rw-r--r--Master/texmf-dist/fonts/fea/context/verbose-digits.fea36
1 files changed, 0 insertions, 36 deletions
diff --git a/Master/texmf-dist/fonts/fea/context/verbose-digits.fea b/Master/texmf-dist/fonts/fea/context/verbose-digits.fea
deleted file mode 100644
index 8667348537f..00000000000
--- a/Master/texmf-dist/fonts/fea/context/verbose-digits.fea
+++ /dev/null
@@ -1,36 +0,0 @@
-lookup NumericLookupDFLT {
- lookupflag 0 ;
- sub zero by z e r o ;
- sub one by o n e ;
- sub two by t w o ;
- sub three by t h r e e ;
- sub four by f o u r ;
- sub five by f i v e ;
- sub six by s i x ;
- sub seven by s e v e n ;
- sub eight by e i g h t ;
- sub nine by n i n e ;
-} NumericLookupDFLT ;
-
-feature verb {
-
- script DFLT ;
- language dflt ;
- lookup NumericLookupDFLT ;
-
- script latn;
- language dflt ;
- lookup NumericLookupDFLT ;
- language AZE exclude_dflt ;
- lookup NumericLookupDFLT ;
- language CRT exclude_dflt ;
- lookup NumericLookupDFLT ;
- language MOL exclude_dflt ;
- lookup NumericLookupDFLT ;
- language ROM exclude_dflt ;
- lookup NumericLookupDFLT ;
- language TRK exclude_dflt ;
- lookup NumericLookupDFLT ;
-
-} verb ;
-