diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2008-09-25 12:18:32 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2008-09-25 12:18:32 +0000 |
commit | d7bae99a8afdaefd4bca4b2ce6c6c96c01ce2737 (patch) | |
tree | 9c99e455dfbf552efa4f46ebd8949c603d988d7e /Master/texmf-dist/fonts/fea/context/test-features.fea | |
parent | c9d38b9b53a3c3b8e785ed36b2479f5123fd1084 (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.fea | 20 |
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 ; + |