File: bug2949.fea

package info (click to toggle)
fonttools 4.61.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,584 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (20 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
lookup lookup1 {
#test-fea2fea: ignore sub three' four;
    ignore sub three four;
} lookup1;

lookup lookup2 {
#test-fea2fea: ignore pos three' four;
    ignore pos three four;
} lookup2;

lookup lookup3 {
#test-fea2fea: ignore sub one' two, three' four;
    ignore sub one two, three four;
} lookup3;

feature test {
    lookup lookup1;
    lookup lookup2;
    lookup lookup3;
} test;