xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/ZeroValue_SinglePos_horizontal.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1# For SinglePos statements, zeroes should get compiled to ValueRecord format 0.
2# https://github.com/fonttools/fonttools/issues/633
3
4# Zero value in a horizontal context.
5feature kern {
6    pos A 0;          # format A
7    pos B <0 0 0 0>;  # format B
8} kern;
9