summaryrefslogtreecommitdiff
path: root/tests/tkrn.fea
blob: 30fc11fd0a62b2d0fe3a736a86148a1ef3cf6ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

lookup TeXkern {
  lookupflag 0;
    pos E X -125;
    pos T <0 0 -166 0> E  <0 -235 0 0>;
} TeXkern;

feature tkrn {
  script DFLT;
     language dflt ;
      lookup TeXkern;
  script latn;
     language dflt ;
      lookup TeXkern;

} tkrn;