CCLabelTTF字体在cocos2d中切断

时间:2014-10-06 10:15:55

标签: fonts cocos2d-iphone cclabelttf

我在我的cocos2d应用程序中添加了新字体,但字体正在切断,我该如何解决这个问题。请查看下面的图片和代码 enter image description here

代码:

//CCLabelTTF *lbl_Home = [CCLabelTTF labelWithString:@"Go beneath the lake." fontName:FONT_NAME fontSize:65];
        CCLabelTTF *lbl_Home = [CCLabelTTF labelWithString:@"Go beneath the lake." dimensions:CGSizeMake(1024, 100) hAlignment:NSTextAlignmentCenter fontName:FONT_NAME fontSize:65];
        [lbl_Home setColor:ccc3(27, 6, 0)];
        [lbl_Home setPosition:ccp(w/2,h/2)];
        [self addChild:lbl_Home];

任何人帮助我。 感谢...

0 个答案:

没有答案