SOLVED Get names of not generated list based on the selection in the font window
-
Hi, This one should be simple. I'm still looking for it, but somehow I cannot find this problem in the API.
How could I get the names of the selected glyphs in the font that are not generated yet?
if I'm usingfont.selectedGlyphNames
it doesn't work, because font hasn't any glyphs.
-
@frederik said in get names of not generated list based on the selection in the font window:
font.templateSelectedGlyphNames
Thanks a lot, Frederik !!!
-
use
font.templateSelectedGlyphNames
as those template glyphs aren’t really in the font, but are visible to the user, they have their own api.
see RFont.templateSelectedGlyphNames
good luck