Narendrabrsoft / cocos2d-android-1

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

CCLabel is rough looking, and also not using .ttf file provided #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. CCLabel lbl = CCLabel.makeLabel("Score", "myfont.ttf", 24.0f);
2. It doesn't use the ttf font, but seems to use a droid default font
3. Also, the text looks very jagged / aliased.

What is the expected output? What do you see instead?
Would expect to see the custom ttf file used for the text, and also would 
expect it to look clearer, not so rough.  I don't think I'm doing anything 
wrong, just following the way CCLabel is used in the tests.

Note: also tried using "fonts/myfont.ttf" as the font name.  Put the .ttf file 
in the "assets" folder and also in "assets/fonts"

What version of the product are you using? On what operating system?
Version is from last week.

Please provide any additional information below.
Been playing around with this cocos2d port, and overall it looks great, thanks 
for your work...will be supporting you by at least buying your app in the 
marketplace :)

Original issue reported on code.google.com by mccarth...@gmail.com on 7 Oct 2010 at 7:55