is there a way to 'unregister' a font?
Adding a custom font just adds a function like Graphics.prototype.setMyMagicFontso you should just be able to delete Graphics.prototype.setMyMagicFont
Graphics.prototype.setMyMagicFont
delete Graphics.prototype.setMyMagicFont
@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.
Adding a custom font just adds a function like
Graphics.prototype.setMyMagicFont
so you should just be able todelete Graphics.prototype.setMyMagicFont