cocos2d-x3.2 Label 描边问题

local ttfConfig = {} 
ttfConfig.fontFilePath = "fonts/Marker Felt.ttf" 
ttfConfig.fontSize = 30 
ttfConfig.glyphs   = cc.GLYPHCOLLECTION_DYNAMIC 
ttfConfig.customGlyphs = nil 
ttfConfig.distanceFieldEnabled = true 
ttfConfig.outlineSize =0 
 
local label3 = cc.Label:createWithTTF(ttfConfig,"createWithTTF",cc.TEXT_ALIGNMENT_CENTER,s.width) 
label3:setPosition( cc.p(s.width/2, s.height * 0.48)) 
label3:setTextColor( cc.c4b(255, 0, 0, 255)) 
label3:setAnchorPoint(cc.p(0.5, 0.5)) 
label3:enableOutline(cc.c4b(0,0,255,255),8) 
layer:addChild(label3)

你好,请问您使用的是final版本么?

url 下载的最新的 coco2d-x 3.2 不知道是不是 final版本

我更改 test-lua test-cpp中的 字体, 字号 或 中文 也会出现同样问题

我也遇到了,你解决了没,求答案
http://www.cocoachina.com/bbs/read.php?tid=227720&page=e&#a