When assigning a font name by code, I need a different name than shown in any dialog for font selection or filename. How I do get the correct spelling? E.g. for
SKLabelNode(fontNamed: "GillSans-BoldItalic") /// preload font
The name shown at Fontbook differs from that used by this example. The are spaces in the title of the font, but in code there aren't. And there is a minus used.
When using the code for displaying all font, I couldn't find it because I have installed so much fonts.