File: duplicate_lookup_reference.fea

package info (click to toggle)
fonttools 4.61.1-7~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 27,580 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (18 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# https://github.com/fonttools/fonttools/issues/2946

languagesystem DFLT dflt;
languagesystem latn dflt;

feature test {
    lookup alt1 {
	sub a by A;
    } alt1;
    lookup alt2 {
        sub b by B;
    } alt2;


    script latn;
    lookup alt1;

} test;