File: ZeroValue_ChainSinglePos_horizontal.fea

package info (click to toggle)
fonttools 4.61.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,584 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# 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;