I wrote a tutorial article on how to use the module. I also explain how the neon shapes are built (for the technical interested ones or if you want to rebuild a similar system). And the whole thing is for free (well, for a like).
Would you consider bundling this up as Lua-based plugin? If you would, we could offer it within the Corona plugin marketplace and make it more accessible to developers.
Just in case someone else ran into the same problem as fajadfarabi_czs:
I sent farjadfarabi_czs a new version which uses texture memory more efficiently.
farjadfarabi_czs tested this new version and it works now.
Thank you farjadfarabi_czs.
The used texture memory whenusing neon text is quite high: it loads two bitmap fonts at the same time. And the bitmap font fpr the glow effect is quite big because the glow needs much space in the texture. This lead to problems on older devices.
I will send out a new version, when I updated the fonts properly.
Would you consider bundling this up as Lua-based plugin? If you would, we could offer it within the Corona plugin marketplace and make it more accessible to developers.