Reputation: 7764
What's the best way to display long texts in Cocos2D using the CCLabelBMFont class?
Upvotes: 0
Views: 255
Reputation: 7764
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.
Upvotes: 1