2015-12-07 21:26:58 +01:00
|
|
|
languagesystem DFLT dflt;
|
|
|
|
|
2016-02-02 18:23:37 +01:00
|
|
|
# Mixes kerning between single glyphs, and class-based kerning.
|
2019-03-06 16:47:16 +01:00
|
|
|
# https://github.com/fonttools/fonttools/issues/456
|
2016-02-02 18:23:37 +01:00
|
|
|
lookup MixedKerning {
|
|
|
|
pos v v 14;
|
|
|
|
pos [D O Q] [T V W] -26;
|
|
|
|
} MixedKerning;
|
|
|
|
|
|
|
|
lookup GlyphKerning {
|
2015-12-07 21:26:58 +01:00
|
|
|
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>;
|
2016-02-02 18:23:37 +01:00
|
|
|
} GlyphKerning;
|
|
|
|
|
|
|
|
feature kern {
|
|
|
|
lookup GlyphKerning;
|
|
|
|
lookup MixedKerning;
|
2015-12-07 21:26:58 +01:00
|
|
|
} kern;
|
|
|
|
|
|
|
|
feature vkrn {
|
|
|
|
pos T one 100;
|
|
|
|
} vkrn;
|