10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
|
# For PairPos statements in horizontal compilation contexts,
|
||
|
# zero values should get compiled to ValueRecord format 4.
|
||
|
# https://github.com/fonttools/fonttools/issues/633
|
||
|
feature kern {
|
||
|
pos A 0 A 0;
|
||
|
pos A 0 B <0 0 0 0>;
|
||
|
pos B <0 0 0 0> A 0;
|
||
|
pos B <0 0 0 0> B <0 0 0 0>;
|
||
|
} kern;
|