Re-posting so I really hope on some insights. The problem that occurs is that I named the alternate numbers as follows:
one.ss01
two.ss01
three.ss01
and so on
the ss01 feature looks like this:
feature ss01{
sub one by one.ss01;
sub two by two.ss01;
sub three by three.ss01;
sub four by four.ss01;
sub five by five.ss01;
sub six by six.ss01;
sub seven by seven.ss01;
sub eight by eight.ss01;
sub nine by nine.ss01;
} ss01;
But I keep on getting this message:
ERROR: There was a problem while compiling OpenType font. Final .otf font is not saved. Please, check OpenType features definition for errors
What’s wrong?