Bas
|
If a ufo (accidentally) contains some incomplete feature code, for example only this:
feature liga {
sub f’ i’ by f_i;
sub f’ l’ by f_l;
} liga;
the ufo doesn’t generate anymore (although it looks like it does). No problem, but any kind of warning would be nice ;-)
|
frederik
|
this is a v1.1 bug and will be solved in the next version
there are no print statements anymore captured from FDK after it fails some where (like in your example)
|