fonttools/Tests/feaLib/data/ZeroValue_ChainSinglePos_horizontal.fea
Sascha Brawer 45c266441e [feaLib] Add tests for zero values in contextual positioning
Specifically, contextual positioning statements with in-line single
positioning rules, in horizontal and in vertical contexts. For these
test cases, feaLib and makeotf produce the exact same output.

https://github.com/fonttools/fonttools/issues/633
2017-02-17 13:49:32 +01:00

10 lines
335 B
Plaintext

# For contextual positioning statements with in-line single positioning rules,
# zeroes should get compiled to ValueRecord format 0.
# https://github.com/fonttools/fonttools/issues/633
# Zero value in a horizontal context.
feature kern {
pos A G' 0 A; # value format A
pos B G' <0 0 0 0> B; # value format B
} kern;