fonttools/Tests/feaLib/data/GPOS_4.fea
Cosimo Lupo 3cdc800873
[Tests] rename all 'testdata' folders to simply 'data'
as it's now obvious what kind of data they are
2017-01-17 13:33:46 +00:00

13 lines
430 B
Plaintext

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;