File: spec6d2.fea

package info (click to toggle)
fonttools 4.61.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,584 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (19 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# OpenType Feature File specification, section 6.d, example 1:
# [GPOS LookupType 4] Mark-to-Base attachment positioning
# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html

languagesystem DFLT dflt;

markClass [acute grave] <anchor 150 -10> @TOP_MARKS;
markClass [dieresis umlaut] <anchor 300 -10> @TOP_MARKS;
markClass [cedilla] <anchor 300 600> @BOTTOM_MARKS;

feature test {
    pos base [e o]
        <anchor 250 450> mark @TOP_MARKS
        <anchor 250 -12> mark @BOTTOM_MARKS;
#test-fea2fea: pos base [a u]
    position base [a u]
        <anchor 265 450> mark @TOP_MARKS
        <anchor 250 -10> mark @BOTTOM_MARKS;
} test;