Glyphs has a different variable feature syntax to Adobe/fonttools/FontCreator. Instead of:
conditionset bold {
wght 140 180;
} bold;
variation rlig bold {
sub dollar by dollar.bold;
sub cent by cent.bold;
} rlig;
Glyphs produces
feature rlig {
#ifdef VARIABLE
condition 140 < wght < 180;
sub dollar by dollar.bold;
sub cent by cent.bold;
#endif
} rlig;
Do we want to support this? I think probably not. Glyphs should do the right thing here.
Glyphs has a different variable feature syntax to Adobe/fonttools/FontCreator. Instead of:
Glyphs produces
Do we want to support this? I think probably not. Glyphs should do the right thing here.