From 85b7bc695629926641c7cb752fd478adfdf374f3 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 4 Jul 2010 15:32:09 +0300 Subject: stable 2010-05-24 13:10 --- fonts/fea/context/verbose-digits.fea | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 fonts/fea/context/verbose-digits.fea (limited to 'fonts/fea/context/verbose-digits.fea') diff --git a/fonts/fea/context/verbose-digits.fea b/fonts/fea/context/verbose-digits.fea new file mode 100644 index 000000000..866734853 --- /dev/null +++ b/fonts/fea/context/verbose-digits.fea @@ -0,0 +1,36 @@ +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 ; + -- cgit v1.2.3