Click here to Skip to main content
15,908,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to make an outline of green color in my label but its not working.. my code is

C++
CCLabelTTF* pLabel = CCLabelTTF::create("Hello World", "HoboStd", 50);
pLabel->setPosition(ccp(200,200));
pLabel->enableStroke(ccGREEN, 5.0,true);
this->addChild(pLabel);
Posted

1 solution

somebody else has a solution which i googled: http://www.cocos2d-x.org/forums/6/topics/38791[^]

It is a cocos2d forum!!! "OMG"
 
Share this answer
 
Comments
Rajan Maheshwari 14-Feb-14 14:02pm    
thanks..i know its not a cocos2dx forum but its the forum where i can get maximum useful solutions to my problem.....i will soon post many articles regarding some complex problems in cocos2dx like how to add list view,table view ,database connectivity etc on codeproject which will be beneficial for the game developers.i hope..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900