ccui的按钮上的文字可以设置描边吗?

源代码里没有给出设置描边,只有设置文字颜色大小等,我手动添加了

void Button::enableOutline(const Color4B& outlineColor,int outlineSize)
{
    _titleRenderer->enableOutline(outlineColor,outlineSize);
}

但是还是没有效果,为什么:6:

没有人回答吗 :5: