File: bug453.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 (13 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://github.com/fonttools/fonttools/issues/453
feature mark {
    lookup mark1 {
        markClass [acute] <anchor 150 -10> @TOP_MARKS;
        pos base [e]
            <anchor 250 450> mark @TOP_MARKS;
    } mark1;
    lookup mark2 {
        markClass [acute] <anchor 150 -20> @TOP_MARKS_2;
        pos base [e]
            <anchor 250 450> mark @TOP_MARKS_2;
    } mark2;
} mark;