neowinston
neowinston

Reputation: 7764

Long texts with CCLabelBMFont in Cocos2D

What's the best way to display long texts in Cocos2D using the CCLabelBMFont class?

Upvotes: 0

Views: 255

Answers (1)

neowinston
neowinston

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

Related Questions