aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/GPOS_6.fea
blob: e54ff6e3ea2da19d85b9f9de8580dd921091d8b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
languagesystem DFLT dflt;

markClass [acute grave] <anchor 1 1 contourpoint 11> @TOP_MARKS;
markClass macron <anchor 2 2 contourpoint 22> @TOP_MARKS;
markClass [cedilla] <anchor 3 3 contourpoint 33> @BOTTOM_MARKS;

feature test {
    pos mark [acute grave macron ogonek]
        <anchor 500 200> mark @TOP_MARKS
        <anchor 500 -80> mark @BOTTOM_MARKS;
    pos mark [dieresis caron]
        <anchor 500 200> mark @TOP_MARKS;
} test;