I know I can create a custom font using this code:
[UIFont fontWithName:@"bebas-neue" size:10];
But if I want to create an SKLabelNode, how can I set this as the font?
SKLabelNode only takes a string as the fontName.
I know I can create a custom font using this code:
[UIFont fontWithName:@"bebas-neue" size:10];
But if I want to create an SKLabelNode, how can I set this as the font?
SKLabelNode only takes a string as the fontName.