bitmap font #7884
-
|
as the online font converter linked in the docs doesn't seem to exist anymore, and the js file linked returns a 404 - is there any way to convert bitmaps into a font anymore? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
|
That's a shame - I'm sorry to see the online font converter go down. It might just be temporary though - right now http://ebfc.mattbrailsford.com/ seems to just be taking a long time to respond, rather than not being there? We moved the font conversion tool for Espruino - I'll update the docs. The script itself is now at https://github.com/espruino/Espruino/blob/master/libs/graphics/font/fontconverter.js and it uses the tool at https://github.com/espruino/EspruinoWebTools/blob/master/fontconverter.js which allows you to loads fonts in several different ways (see the comments at the bottom of that file) There are some commented out examples in the Espruino tool, and you likely want https://github.com/espruino/Espruino/blob/master/libs/graphics/font/fontconverter.js#L82-L87 to convert an image. Something along the lines of: I guess ideally we'd extend the online font tool (that works from TTF/etc fonts - https://www.espruino.com/Font+Converter) as that uses the fontconverter.js file under the hood and so could easily load the characters from a bitmap, but hopefully ebfc.mattbrailsford.com will be back online soon anyway |
Beta Was this translation helpful? Give feedback.
-
|
As of today, the online font converter is still not online, instead loading forever. Do we know what's happening at all, and is it a problem with servers on our end, or external? I use the online converter quite a bit, and I'm hoping that it will come back soon for us developers! |
Beta Was this translation helpful? Give feedback.



Update to this - I have just re-hosted the converter at https://www.espruino.com/Bitmap+Font+Converter