• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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