Just to add that https://github.com/espruino/EspruinoWebTools/blob/master/fontconverter.js will now load BDF files, although current tests seem to show it outputting fonts upside-down which is a bit confusing (as the debugChars function outputs them the right way)
debugChars
edit: it's fine now - not upside-down, but the x/y offsets of characters weren't working
@Gordon started
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.
Just to add that https://github.com/espruino/EspruinoWebTools/blob/master/fontconverter.js will now load BDF files, although current tests seem to show it outputting fonts upside-down which is a bit confusing (as the
debugChars
function outputs them the right way)edit: it's fine now - not upside-down, but the x/y offsets of characters weren't working