File: GPOS_2.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 (30 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (4)
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
30
languagesystem DFLT dflt;

# Mixes kerning between single glyphs, and class-based kerning.
# https://github.com/fonttools/fonttools/issues/456
lookup MixedKerning {
    pos v v 14;
    pos [D O Q] [T V W] -26;
} MixedKerning;

lookup GlyphKerning {
    pos T one 100;
    pos T two 200;
    pos T two.oldstyle 200;
    pos T three 300;
    pos T four 400;
    pos X a 100;
    pos X b 200;
    pos Y a 100;
    pos Y b 200;
    pos Y c <3 3 3 3>;
} GlyphKerning;

feature kern {
    lookup GlyphKerning;
    lookup MixedKerning;
} kern;

feature vkrn {
    pos T one 100;
} vkrn;