在 cocos2d for iPhone 中,如何创建一个固定宽度的多行标签(文本框)?
目前,我正在使用:
CCLabelTTF *labelTextTop = [CCLabelTTF labelWithString: @"My long string that should be placed in two lines, instead of in one extremely long one."
fontName: @"Marker Felt"
fontSize: 40];