You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
4 months ago
|
# https://github.com/fonttools/fonttools/issues/453
|
||
|
feature mark {
|
||
|
lookup mark1 {
|
||
|
markClass [acute] <anchor 150 -10> @TOP_MARKS;
|
||
|
pos base [e]
|
||
|
<anchor 250 450> mark @TOP_MARKS;
|
||
|
} mark1;
|
||
|
lookup mark2 {
|
||
|
markClass [acute] <anchor 150 -20> @TOP_MARKS_2;
|
||
|
pos base [e]
|
||
|
<anchor 250 450> mark @TOP_MARKS_2;
|
||
|
} mark2;
|
||
|
} mark;
|