Hello,
I'm trying to add a custom font:
http://www.1001fonts.com/font_details.html?font_id=2556
I added the font into the projet but nothing append.
The text is hidden.
CCLabel *label = [[CCLabel labelWithString:@"New game"
dimensions:CGSizeMake(320, 50) alignment:UITextAlignmentCenter
fontName:@"Terminator Real NFI" fontSize:18.0] retain];
Thanks.