Projects > cpp > Issues > Bug #3172

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

Create Issue on Github

CCLabelTTF stroke color not correct in android

Bug #3172 [Closed]
yiyayiyayo 2013-11-13 07:10 . Updated over 10 years ago

change

 paintStroke.setARGB(255, (int)strokeR * 255, (int)strokeG * 255, (int)strokeB * 255);

to

paintStroke.setARGB(255, (int)(strokeR * 255), (int)(strokeG * 255), (int)(strokeB * 255));

in org.cocos2dx.lib.Cocos2dxBitmap.createTextBitmapShadowStroke

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

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

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

Atom PDF

Status:Closed
Start date:2013-11-13
Priority:Low
Due date:
Assignee:-
% Done:

0%

Category:-
Target version:-