What about custom fonts, is there a possibility to scale them with using g.setFont("Name",scaleFactor)?
g.setFont("Name",scaleFactor)
@MaBe 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.
What about custom fonts, is there a possibility to scale them with using
g.setFont("Name",scaleFactor)
?