How to use text with enableOutline in cocos2dx / runtime text creation with outline
Cocos2dx Text Outline Here is sample code for text runtime creation with outline attribute.Code implementation is simple, just check below code. enableOutline attribute has input as Color4B with outline size. so you can set any color in Color4B. for example, if you want to set red color, just use pre-define Color4B::RED or put RGB color directly Color4B(255,0,0,255). forth value is Alpha code wh..
English/Programming Tips
2016. 10. 5. 08:29
최근댓글