我的游戏中有这样的文本标签
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 ];
我可以用代码更改此字体的大小吗?