File: bug633.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 (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
# https://github.com/fonttools/fonttools/issues/633

@public.kern1.K = [K X];
@public.kern2.O = [C O];
@public.kern2.V = [V W];

feature kern {
    pos @public.kern1.K @public.kern2.O -20;
    pos @public.kern1.K @public.kern2.V 0;
} kern;