No, but you could compile it with your own font. I think there's a script in there somewhere to create one. I may have generated it using some of the tools I used when I did Morphyre, but actually three.js has a Shape class that should do most of the work for you.
IIRC for each character, you just need to work out a series of convex polygons that describe the filled part.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No, but you could compile it with your own font. I think there's a script in there somewhere to create one. I may have generated it using some of the tools I used when I did Morphyre, but actually three.js has a Shape class that should do most of the work for you.
IIRC for each character, you just need to work out a series of convex polygons that describe the filled part.