Long texts with CCLabelBMFont in Cocos2D
What's the best way to display long text开发者_如何学Cs in Cocos2D using the CCLabelBMFont class?
I've been able to solve this problem using the class CCLabelBMFontMultiline, written by Mark Wei. His code is available at:
https://github.com/pingpongboss/CCLabelBMFontMultiline
Maybe this will help someone else.
精彩评论