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
/
Lib
/
fontTools
/
feaLib
/
testdata
/
bug457.fea
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add fea generation support (#776) * First round of adding fea output No format tests but all test files give reasonable output so far. * Get existing tests working * Initial tests that work for fea2fea * Get more tests working Bug fixes and re-layout some tests to compare with fea2fea output. Ranges and name parameters are not optimised yet. * Handle vertical default values in fea2fea * Hide fea2fea differences in lookupflags * No reduce() in py3 so use a for loop
2016-12-20 10:10:29 +00:00
@group = [A \sub \lookup \feature \by \table];
Add test case for glyph names with backslash Resolves https://github.com/fonttools/fonttools/issues/457
2016-10-24 22:39:59 +02:00
feature liga {
sub @group by G;
} liga;
Reference in New Issue
Copy Permalink