I know there is one of features of OpenType fonts - Contains two or more glyphs of a character, when a user types a character has this feature in a word processing software, the user can select one of glyphs of the character to display the character, that is, if a character contains two or more glyphs in the font, different characters have same codepoints can displayed in different glyphs when the font is applied to these characters, that feature is called ‘Alternate Substitution’ or 'Stylistic Set’.
I am making a PostScript CFF font, assisted with FontCreator 15.0.0.3024, I plan to make the font has multiple glyphs for some of its characters. I renamed these glyphs as character_name.ssnumber such as three.ss01. After I exported the font as PostScript CFF OpenType font file, I found glyphs their names have ‘.ssnumber’ suffices are disappeared, but these ‘ss’ glyphs are reserved in my FontCreator Project file of the font.
So, I want to know, does FontCreator support exporting PostScript CFF OpenType font files and reserve ‘ss’ glyphs in the font? If FontCreator can do it, what operations should I do, for the FontCreator Project file?