Narendrabrsoft / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

CCLabel.makeLabel not working with dimensions #66

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use CCLabel with CCLabel.makeLabel(String string, CGSize dimensions, 
TextAlignment alignment, String fontname, float fontsize)
2. Check what is the output.
3. It is notrendering given string within dimensions.

What is the expected output? What do you see instead?
It should render given string withing given dimentions.
Instead it is showing only one line string clipping by dimention width.

What version of the product are you using? On what operating system?
cocos2d-android 0.82

Please provide any additional information below.
Please can anyone give me example of how to use it as its not showing desired 
output.

Original issue reported on code.google.com by rajnimge...@gmail.com on 4 May 2011 at 7:18