Open GoogleCodeExporter opened 9 years ago
Yes, it seems to be a bug in FontLabel.
The work around is to apply the dimensions manually. eg:
CCLabel *left = [CCLabel labelWithString:@"Hello Hello"
dimensions:CGSizeMake(480,50) alignment:UITextAlignmentLeft fontName:aFont
fontSize:32];
Original comment by ricardoq...@gmail.com
on 21 Feb 2010 at 1:49
Original issue reported on code.google.com by
donmorri...@gmail.com
on 20 Feb 2010 at 12:27Attachments: