CCLabelAtlas-显示自定义字体的文本-Cocos2d
先贴代码://使用cclabelAtlas来创建label对象cclabelAtlas*label=[cclabelAtlaslabelWithString:@"Text"charMapFile:@"tuffy_bold_italic-charmap.png"itemWidth:48itemHeight:64startCharMap:32];在Cocos2d中,很想创建自己的字体效果!cclabelAtlas-显示自定义字体的文本-Cocos2dstartCharMap开始指定了开始字符的ASCII码,并