Projects > cpp > Issues > Bug #4029

We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.

Create Issue on Github

No stroking in CCLabelTTF in IOS7.0 in cocos2d-x in c++

Bug #4029 [Closed]
rajan 2014-02-13 09:13 . Updated over 10 years ago

Stroking is working in versions below IOS7.0 i.e 5.1,6 etc but not working in IOS7.0
Can anyone help me out

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

Its not working in IOS7.0

walzer@cocos2d-x.org 2014-10-08 02:54

Redmine issue system is closed, we are using github issue system instead.

This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8339

Atom PDF

Status:Closed
Start date:2014-02-13
Priority:Low
Due date:
Assignee:-
% Done:

0%

Category:-
Target version:-