You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
300 B
8 lines
300 B
# A pair position lookup where only the second glyph has a non-empty valuerecord
|
|
# while the first glyph has a NULL valuerecord. The ValueFormat1 for the first
|
|
# glyph is expected to be 0.
|
|
# https://github.com/fonttools/fonttools/issues/1459
|
|
feature kern {
|
|
pos A <NULL> V <-180 0 -90 0>;
|
|
} kern;
|