Now i use the v0.99.3 .
I added about 150 CClabels in one layer act as a name list ,the process time seems too slow.
I know the CCLabelAtlas CCBitmapFontAtlas is much faster but i want to write some chinese characters ,I do not know how to use them.
CCBitmapFontAtlas need a fnt file,i use the Angel Code editor ,and it seems not easy to create a fnt file with chinese font.
CCLabelAtlas seems only support numbers and alpha too.
I even tried to use CCMenuItemToggle
CCMenuItemToggle *fontsizetoggle = [CCMenuItemToggle itemWithTarget:self selector:@selector(btfontsizeClick) items:
[CCMenuItemFont itemFromString: str], nil];
to replace the CCLabel ,it seem a bit faster ,but i unable to find the UITextAlignment of the CCMenuItemFont
Now i want to know :is anyone have ideas to fix this problem?
Does the v0.99.4 or v0.99.5 can help me?