Create a bitmapText-spritesheet to animate a font in Easel.js
In order to use a specific Font-face in Easel.js you need a spritesheet of the given font.
How do you get one?
First, I had to find a way to generate .png's from the font I was given.
I used fontforge.
Once installed I created this little script: