Label font is not working, I have added fonts folder under asset folder.
pop = CCLabel.makeLabel("Eggs left: ", "fonts/comic.ttf", 14);
Label font is not working, I have added fonts folder under asset folder.
pop = CCLabel.makeLabel("Eggs left: ", "fonts/comic.ttf", 14);
CCLabel labelMainMenu = CCLabel.makeLabel("OPTIONS MENU", "Fonts/JimboStd-Regular.otf", 20);
I Think you forgot to mention the font size in float. and see that the fonts folder is created in assests ...
This was happening because of android-cocos2d.jar.. I have replaced with new jar and now its giving me changed fonts..