Search code examples
cocos2d-android

Custom fonts in Cocos2d


Label font is not working, I have added fonts folder under asset folder.

pop = CCLabel.makeLabel("Eggs left: ", "fonts/comic.ttf", 14);

Solution

  • This was happening because of android-cocos2d.jar.. I have replaced with new jar and now its giving me changed fonts..