To animate a text in a similiar way like this, I need to get all the pixels of a given text. I need the pixels to start animating from left to right along all letters of the word.
So my question: Is there a way to write a function that takes a font and a string and returns an array of pixel coordinates.
I have tried to 'draw' my own pixels and use the coordinates, but it doesnt look very good and authentic. I have also looked for equations that look like letters to use.
I am trying to do this in an Ionic Angular App, so I can't use Canvas.