This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Tests
/
feaLib
/
data
/
delete_glyph.fea
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Allow 'sub X by NULL;' sequence to delete a glyph
2021-02-03 14:12:46 +00:00
feature test {
sub a by NULL;
} test;
[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:48:43 +02:00
feature test {
sub [a b c] by NULL;
} test;
Reference in New Issue
Copy Permalink