标签: iphone objective-c fonts cocos2d-iphone
使用CCLabelBMFont类在Cocos2D中显示长文本的最佳方法是什么?
答案 0 :(得分:1)
我已经能够使用Mark Wei编写的CCLabelBMFontMultiline类来解决这个问题。他的代码可在以下网址找到:
https://github.com/pingpongboss/CCLabelBMFontMultiline
也许这会帮助别人。