File: feature_aalt.fea

package info (click to toggle)
fonttools 4.61.1-7~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 27,580 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
languagesystem DFLT dflt;

feature aalt {
    feature sups;
    feature frac;
    feature ordn;
} aalt;

feature sups {
    sub one by onesuperior;
    sub two by twosuperior;
    sub three by threesuperior;
} sups;

feature frac {
    sub one slash four by onequarter;
    sub one slash two by onehalf;
    sub three slash four by threequarters;
} frac;

feature ordn {
    sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine;
    sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine;
} ordn;

feature liga {
    sub f i by f_i;
    sub f l by f_l;
} liga;