xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/markClass.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hugheslanguagesystem DFLT dflt;
2*e1fe3e4aSElliott Hughes
3*e1fe3e4aSElliott HughesmarkClass [acute] <anchor 350 0> @TOP_MARKS;
4*e1fe3e4aSElliott Hughes
5*e1fe3e4aSElliott Hughesfeature foo {
6*e1fe3e4aSElliott Hughes    markClass [grave] <anchor 350 0> @TOP_MARKS;
7*e1fe3e4aSElliott Hughes    markClass cedilla <anchor 300 0> @BOTTOM_MARKS;
8*e1fe3e4aSElliott Hughes} foo;
9*e1fe3e4aSElliott Hughes
10*e1fe3e4aSElliott Hughesfeature bar {
11*e1fe3e4aSElliott Hughes    markClass [dieresis breve] <anchor 400 0> @TOP_MARKS;
12*e1fe3e4aSElliott Hughes} bar;
13