summaryrefslogtreecommitdiffstats
path: root/tests/input/ligatures.feax
blob: b4c8f43e7264ed360a30abbcebb6635996df90c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
baseClass a <anchor 200 200> @TOP_1;
baseClass fi <anchor 200 0> @BOTTOM_1;
baseClass fi <anchor 400 0> @BOTTOM_2;
markClass acute <anchor 0 200> @TOP;
markClass circumflex <anchor 200 0> @BOTTOM;

feature test {
    pos ligature [a fi] @BOTTOM_1 mark @BOTTOM @TOP_1 mark @TOP
            ligComponent @BOTTOM_2 mark @BOTTOM;
} test;