I'd like to be able to convert any character or string into a shape or area, so that I can draw that character in whatever size, style, effects etc. I like.
To be more specific, I'm going to draw it using parallax so that it is only clearly defined at a certain angle (which is why I can't use html or anything of that nature). I already have the parallax set up, I just need the shape.
So in short, public Shape convert(char c){...}
.
Alternatively if you can think of another way of achieving this, please let me know.
Just to give you a rough idea: