3.3解决了jsb下字体描边的bug了吗

浅色包深色颜色会变深,根本没法用

你说的这个问题是在哪个版本出现的呢?有没有demo提供一下。

http://www.cocoachina.com/bbs/read.php?tid-281471-keyword-����.html
http://www.cocoachina.com/bbs/read.php?tid-231482-keyword-����.html

var restLabel = new cc.LabelTTF("", “Arial”, 80);
restLabel.color = cc.color.BLACK;
restLabel.enableStroke(cc.color.WHITE, 3);

如果是浅色包深色颜色会变深,根本没法用

看这个行不行
https://github.com/cocos2d/cocos2d-x/issues/9782