is something like this(link) possible for glowing text in cocos2d-x?

http://majicjungle.com/blog/191/

i don’t have much idea about objective-c
if anyone can convert it in c++ ?
thanks

Oh, so bad. This effect is platform-dependent.
In the other hand, you don’t need to convert it into C**. Just add these source into CCImage_ios.mm, mix objc with c**, refer to bool _initWithSring(...) in CCImage_ios.mm.

ok, thanks for the reply walzer wang. is it possible to get this kind of glow (image attached) using the cocos2d-x in cross-platform mode (c++)? using existing API ?