Request for automatic feature generation for .ss0n.vert glyphs

Hello,

I’m creating Japanese fonts with Glyphs 3.

When I create alternate glyphs such as gu-hira.ss01, Glyphs automatically generates a feature like this:

sub gu-hira by gu-hira.ss01;

However, when I create glyphs that have both .ss01 and .vert (for example, gu-hira.ss01.vert), Glyphs does not automatically generate a corresponding feature.

I’d like to request that when both .ss01 and .vert versions of a glyph exist, Glyphs automatically generate substitutions such as:

sub gu-hira.vert by gu-hira.ss01.vert;

This would be very helpful for Japanese font development.
Thank you very much for considering this improvement.

I would like to be able to automatically generate features like this:

do gu-hira.vert.ss01.

1 Like

I changed the glyph name and it solved the problem! Thank you!