I’m working on a typeface where I want to include alternate glyphs for the same character, such as multiple versions of the letter ‘A’. My goal is to allow users to switch between these alternates when using the font. However, I’ve encountered a challenge: the alternate glyphs cannot be managed through an alternate layer because they do not have the same number of points. Additionally, creating a variable font is not feasible due to the distinct shapes of each form. This limitation poses a problem when trying to export the font, as I need a way to incorporate these alternates within the same glyph name. How can I achieve this?
Have a look at stylistic sets: Stylistic sets | Glyphs
It can be integrated in a variable font as well. See the Switching Shapes tutorial.
How do you imagine the alternates being used?
I want to thank you for your valuable assistance. Your suggestion to use stylistic sets was very effective, and it worked perfectly.
Thank you for your question. It encouraged me to think more about my project.