File: spec9b.fea

package info (click to toggle)
fonttools 4.62.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,652 kB
  • sloc: python: 145,583; xml: 103; makefile: 24
file content (13 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
@BASE = [f i];
@LIGATURES = [c_s c_t f_i f_f_i s_t];
@MARKS = [acute grave];
@COMPONENT = [noon.final noon.initial];

table GDEF {
    GlyphClassDef @BASE, @LIGATURES, @MARKS, @COMPONENT;
    Attach noon.final 5;
    Attach noon.initial 4;
    LigatureCaretByPos f_i 400 380;
    LigatureCaretByPos [c_t s_t] 500;
    LigatureCaretByIndex f_f_i 23 46;
} GDEF;