The "CCLabelTTF" is not word wrap on the android.

Please look at the two attached images.

On win32, the label is right. But on android words are shown incompletely.
The codes are like this:

CCLabelTTF* descripLabel = CCLabelTTF::labelWithString(tmpDescription1.c_str() ,CCSizeMake(360,60.0),CCTextAlignmentLeft,Font_Text,FontSize_Normal);

Can someone tell me how to solve it? Thanks.


pic-win32.jpg (13.0 KB)


pic-android.jpg (13.1 KB)

So sorry about that. It’s an unfinished feature #364
I raise its priority just now.