File: MarkMarkPosSubtable.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 (18 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 mark acute
        <anchor 11 1> mark @TOP_MARKS
        <anchor 12 -1> mark @BOTTOM_MARKS;
    subtable;
    pos mark [grave cedilla]
        <anchor 22 -2> mark @BOTTOM_MARKS;
    subtable;
    pos mark ogonek
        <anchor 33 3> mark @SIDE_MARKS;
} test;