4x4 font with ascii support

Posted on
  • i have generated a supertiny font covering all printable ascii characters. sure, it's not an easy one to read but maybe it will find some users.

    var font = atob("DQAMDAfg2wCw0K0ADAAHkAlwUlAnIBIAAi­ABABJAaWAE8AtQCWAOMA2wDzCLQKWgDeAFAAGgAl­AFUAUgC0CeQHpw/TBpkPlg/YD8gGkw8vCfkCHg9p­DxEPTw9DB5cPpAeWD6UAWgj4BxcGFgY2DS0MPAvZ­APkAQgnwAEhAEQhAAlcPUgJVAl8CdQegAXYPIQCw­AbAPJQAfAyMDIQJSB0ICRwA0AXQE9AMTAhICMgUl­BSQEcQBpAPAAlgAkA=");
    g.setFontCustom(font,33 , 4, 4);
    

    2 Attachments

    • smallfont2.png
    • example.png
  • That's awesome! Thanks!

    Please can I use it in https://www.espruino.com/Fonts and overwrite the existing one that only does 0..9? Who should I credit?

  • hey gordon. go ahead. but why not to keep the old version as well? if you feel like crediting, then you can mention jose1711 somewhere in the code. br, jose

  • Thanks! Yes, I'll update soon, but I have renamed the old font to Font4x4Numeric and added yours as Font4x4. People using Font4x4 shouldn't notice much of a difference, but will now have characters available too!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

4x4 font with ascii support

Posted by Avatar for jose1711 @jose1711

Actions