私のゲームにはこのようなテキストラベルがあります
scoreLabel = [CCLabelBMFont labelWithString:@"0" fntFile:@"hooge2.fnt"];
scoreLabel.position = ccp( screenWidth * .9 , 20);
[self addChild:scoreLabel z:depthLevelScore ];
このフォントのサイズをコードで変更できますか?
私のゲームにはこのようなテキストラベルがあります
scoreLabel = [CCLabelBMFont labelWithString:@"0" fntFile:@"hooge2.fnt"];
scoreLabel.position = ccp( screenWidth * .9 , 20);
[self addChild:scoreLabel z:depthLevelScore ];
このフォントのサイズをコードで変更できますか?