fonttools/Tests/feaLib/data/delete_glyph.fea
Khaled Hosny f6d2ff8d2a [feaLib] Allow substituting a glyph class with NULL
sub [a b c] by NULL; was producing errors, now it builds as multiple
statements.
2021-05-12 08:53:26 +02:00

8 lines
85 B
Plaintext

feature test {
sub a by NULL;
} test;
feature test {
sub [a b c] by NULL;
} test;