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
/
bug509.fea
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[feaLib] Emit context-free chains to single substitutions Resolves https://github.com/behdad/fonttools/issues/509
2016-02-04 16:45:05 +01:00
@LETTER_A = [A A.sc A.alt1];
feature test {
[feaLib] Fix handled of "ignore" with unmarked glyphs Fixes https://github.com/fonttools/fonttools/issues/2949 - If there are no marked glyphs in an "ignore" statement, issue a warning. The spec disallows this but makeotf allows it. It is most likely a typo, so a warning is warranted. - Mark the first glyph not all the glyphs, this matches makeotf. - In asFea() always mark the input glyph. - Udpate the tests.
2023-01-10 00:03:48 +02:00
ignore sub A';
[feaLib] Emit context-free chains to single substitutions Resolves https://github.com/behdad/fonttools/issues/509
2016-02-04 16:45:05 +01:00
sub @LETTER_A' by a;
} test;
Reference in New Issue
Copy Permalink