I am trying to use a custom font in a label but can't figure it out.
http://www.dafont.com/childs-play.font
thats the font
here is what i am trying to do to implement it but with no success. any help would be amazing!!!
CCLabel *_timeLabel = [CCLabel labelWithString:@"Time Left: 0" dimensions:CGSizeMake(240, 50) alignment:UITextAlignmentLeft fontName:@"Child's Play" fontSize:25.0];