【发布时间】:2013-02-19 00:54:59
【问题描述】:
我的游戏中有这样的文字标签
scoreLabel = [CCLabelBMFont labelWithString:@"0" fntFile:@"hooge2.fnt"];
scoreLabel.position = ccp( screenWidth * .9 , 20);
[self addChild:scoreLabel z:depthLevelScore ];
我可以用代码改变这个字体的大小吗?
【问题讨论】:
标签: fonts cocos2d-iphone font-size