summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/fea/context/test-features.fea
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2008-09-25 12:18:32 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2008-09-25 12:18:32 +0000
commitd7bae99a8afdaefd4bca4b2ce6c6c96c01ce2737 (patch)
tree9c99e455dfbf552efa4f46ebd8949c603d988d7e /Master/texmf-dist/fonts/fea/context/test-features.fea
parentc9d38b9b53a3c3b8e785ed36b2479f5123fd1084 (diff)
move cid and fea files to top level to match the way it's done in ConTeXt; with Karl's agreement
git-svn-id: svn://tug.org/texlive/trunk@10727 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/fea/context/test-features.fea')
-rw-r--r--Master/texmf-dist/fonts/fea/context/test-features.fea20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/fea/context/test-features.fea b/Master/texmf-dist/fonts/fea/context/test-features.fea
new file mode 100644
index 00000000000..ffc3c588d5b
--- /dev/null
+++ b/Master/texmf-dist/fonts/fea/context/test-features.fea
@@ -0,0 +1,20 @@
+lookup TestLookupENGLISH {
+ lookupflag 0 ;
+ sub l a n g u a g e by e n g l i s h ;
+} TestLookupENGLISH ;
+
+lookup TestLookupDUTCH {
+ lookupflag 0 ;
+ sub l a n g u a g e by d u t c h ;
+} TestLookupDUTCH ;
+
+feature test {
+
+ script latn ;
+ language ENG exclude_dflt ;
+ lookup TestLookupENGLISH ;
+ language NLD exclude_dflt ;
+ lookup TestLookupDUTCH ;
+
+} test ;
+