modify outline size parameter

This commit is contained in:
andyque 2014-06-09 14:37:56 +08:00
parent c387ae3bc7
commit b7c8759f3b
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ public:
* Enable outline for the label
* It only works on IOS and Android when you use System fonts
*/
void enableOutline(const Color4B& outlineColor,int outlineSize = -1);
void enableOutline(const Color4B& outlineColor,int outlineSize = 1);
/** only support for TTF */
void enableGlow(const Color4B& glowColor);