• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1languagesystem DFLT dflt;
2
3markClass [acute grave] <anchor 1 1 contourpoint 11> @TOP_MARKS;
4markClass macron <anchor 2 2 contourpoint 22> @TOP_MARKS;
5markClass [cedilla] <anchor 3 3 contourpoint 33> @BOTTOM_MARKS;
6
7feature test {
8    pos mark [acute grave macron ogonek]
9        <anchor 500 200> mark @TOP_MARKS
10        <anchor 500 -80> mark @BOTTOM_MARKS;
11    pos mark [dieresis caron]
12        <anchor 500 200> mark @TOP_MARKS;
13} test;
14