File: ZeroValue_ChainSinglePos_vertical.fea

package info (click to toggle)
fonttools 4.61.1-7~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 27,580 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (6)
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 vertical context.
feature vkrn {
    pos A G' 0 A;          # value format A
    pos B G' <0 0 0 0> B;  # value format B
} vkrn;