CCLabelTTF, i want to write more lines using one ccLabelTTF, how to that?

very appreciate somebody help me…:slight_smile:

You can use “” to break lines.

can u give me one example, i try ‘’, but failed. thank u :slight_smile:

CCLabelTTF *coinNumberLabel = CCLabelTTF::labelWithString(“slfkdf ‘’ sfldkfdff”, pFont, 25);
the sample is right?

CCLabelTTF *coinNumberLabel = CCLabelTTF::labelWithString(“slfkdf\nsfldkfdff”, pFont, 25);

o, thank you ~~