I am currently working on some projects that should should follow a similar structure regarding the glyph order. In some cases the included glyphs won’t have any stylistic variation but other projects could have them and I was wondering whether there is a way of setting up a glyphs order template using tokens (or something similar) so that I can have an order like this (just as an example) without explicitly writing the name of each glyph:
- A-Z
- A-Z (ss01, ss02,… if exist)
- a-z
- a-z (ss01, ss02,… if exist)
- A-Z with diacritics
- A-Z with diacritics (ss01, ss02,… if exist)
- a-z with diacritics (ss01, ss02,… if exist)
- figures
- figures (ss01, ss02,… if exist)
- …
This is something I could generate using a script buy I was wondering whether this is supported somehow in Glyphs.
Thank you.