I am experimenting with the new iOS 7 SpriteKit.
This line of code is taken from apple class reference and can be found in their sample project as well.
SKLabelNode *label = [SKLabelNode labelNodeWithFontNamed:@"Chalkduster"];
In this line the Chalkduster
font is used.
I understand it's a bitmap font but how do I know what other font name I can use to replace Chalkduster
?