cocos2dx 文本分行显示

string info		=	"Hungry Hero is a free and open source game built on Adobe Flash using Starling Framework.\n\nhttp://www.hungryherogame.com\n\n"
		" The concept is very simple. The hero is pretty much always hungry and you need to feed him with food."
		" You score when your Hero eats food.\n\nThere are different obstacles that fly in with a \"Look out!\""
		" caution before they appear. Avoid them at all costs. You only have 5 lives. Try to score as much as possible and also"
		" try to travel the longest distance.";
	aboutInfo		=	LabelTTF::create(info,"微软雅黑",28,Size(500,500),TextHAlignment::LEFT);

你可能感兴趣的:(cocos2dx 文本分行显示)