summaryrefslogtreecommitdiffstats
path: root/tests/reference/psfmakefea/ligatures.fea
blob: 21577097dfc75119bee2d4be09e7530fde5c7ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Main Classes

# Positioning classes and statements
# 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 <anchor 200 200> mark @TOP
        ligComponent <anchor NULL>;
    pos ligature fi <anchor 200 0> mark @BOTTOM
        ligComponent <anchor 400 0> mark @BOTTOM;
} test;