How can I get the list of font names that can be used with SpriteKit's labelNodeWithFontNamed method?
There is a method of SKLabelNode where I can specify the font name but I would like to know which fonts are supported and what are their names.
Example:
[SKLabelNode labelNodeWithFontNamed:@"Chalkduster"];