File: GPOS_4.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 (16 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
languagesystem DFLT dflt;

markClass [acute grave] <anchor 111 -11> @TOP_MARKS;
markClass macron <anchor 112 -12> @TOP_MARKS;
markClass [cedilla] <anchor 222 22> @BOTTOM_MARKS;
markClass [ogonek] <anchor 333 33> @SIDE_MARKS;

feature test {
    pos base a
        <anchor 11 1> mark @TOP_MARKS
        <anchor 12 -1> mark @BOTTOM_MARKS;
    pos base [b c]
        <anchor 22 -2> mark @BOTTOM_MARKS;
    pos base d
        <anchor 33 3> mark @SIDE_MARKS;
} test;