There are no examples for `ignore pos` in the OpenType Feature File Syntax specification, therefore using a made-up example for the test. The output from feaLib is identical to what makeotf generates. Resolves https://github.com/behdad/fonttools/issues/503.
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
feature test {
|
|
ignore pos f [a e] d';
|
|
ignore pos a d' d;
|
|
pos [a e n] d' -20;
|
|
} test;
|