We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi Guys,
How is it possible to write a text live in the browser and then directly influence the vector-outline of the font? (For example with mouseX or mouseY)
can i do that just with createFont or do i have to get the outline-vectors of Font in an other way??
Answers
The geomerative library is your best hope here, i think. that said, it hasn't been updated since 2013 though.
http://www.ricardmarxer.com/geomerative/
Since browsers aren't likely to run the Processing applet these days you had better look at ProcessingJS or p5js...