cocos2d 显示中文(使用bmpfont generator这个工具)

CCLabelBMFont* label=CCLabelBMFont::create("llala","font/myFont.fnt");
label->setPosition(ccp(size.width,size.height));
this->addChild(label);
原文地址:https://www.cnblogs.com/yufenghou/p/3644587.html