What is your feeling about font sizing? The current font is smaller (for the same 'size' argument). I could make it bigger but then we're in a situation where if you set the height at 24px and draw a 24px high rectangle, not all the text will be contained within it.
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.
Ok, just to let you know that the new font is now it current builds and the emulator: https://www.espruino.com/ide/emulator.html
It supports a whole bunch of non-ASCII characters now too, and uses https://github.com/espruino/Espruino/blob/master/scripts/fontmap_v0.3.svg as a base.
What is your feeling about font sizing? The current font is smaller (for the same 'size' argument). I could make it bigger but then we're in a situation where if you set the height at 24px and draw a 24px high rectangle, not all the text will be contained within it.