I am new into Processing and after a lots of research I didn't find what I am looking for so here I am.
Firstly I want know if it is possible to "re-shape" a font character ( more than only using the initial textSize(), textWidth()...). Basically I want a modify the shape of the character it self may be have some distortion effects, compress it...
Drawing is always better than talking so here is a small drawing of what I try to achieve.
So the first "e" is the original one and obviously the second one the re-shaped.
Basically I want this reshaping to be chose randomly at a particular moment. it will be when the user enter a letter in the first time.
So if any of you have any thoughts about particular project that have already been done in this way it would be really helpful.