diff options
author | Hans Hagen <pragma@wxs.nl> | 2007-08-20 10:21:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2007-08-20 10:21:00 +0200 |
commit | deecfe09c774d4c2835f6999b2cdd9ca07e9bdae (patch) | |
tree | c921185fc4f848363c7d2ebf48a24e575c8194fe /fonts/fea | |
parent | 14fbfde2ad32d2fe4a831aa9007877e5cb5764be (diff) | |
download | context-deecfe09c774d4c2835f6999b2cdd9ca07e9bdae.tar.gz |
stable 2007.08.20 10:21
Diffstat (limited to 'fonts/fea')
-rw-r--r-- | fonts/fea/context/verbose-digits.fea | 36 | ||||
-rw-r--r-- | fonts/fea/verbose-digits.fea | 36 |
2 files changed, 72 insertions, 0 deletions
diff --git a/fonts/fea/context/verbose-digits.fea b/fonts/fea/context/verbose-digits.fea new file mode 100644 index 000000000..7fd1fcf85 --- /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 ; + diff --git a/fonts/fea/verbose-digits.fea b/fonts/fea/verbose-digits.fea new file mode 100644 index 000000000..7fd1fcf85 --- /dev/null +++ b/fonts/fea/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 ; + |