Label的enableStroke无效

var lab = cc.LabelTTF.create(“abcddefghi123”, “Arial”, 24);
lab.color = cc.color.WHITE;
lab.enableStroke(cc.color.BLACK, 5);