of course, i was just hoping the creator was still active on here as i can't find an official form of contact.
tried again with several fonts i made and most still give the error but one worked, but i have no clue what the difference might be. the one that did work also gives a strange result when used but that could be me messing up the code
Graphics.prototype.setFontSarpanch = function() {
var font = atob("//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAAAP////////////////////////////////////////////////////////////////////////////////////////////////////////////D/////8P/////w//////D/////8P/////w//////D/////8P/////w//////D///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////n/////8P/////////////////////////////////////////////////////4//////n/3//////f/////9//////3//////f/////9//////3//////f/////9//////3//////f/////9//////3//////f/////9//////3//////f///////j/////+P///////////////////////AmAAf//+f/////3//////////////////////4APA////////////////////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////v/////+//////7//////v/////+//////7//////v/////+//////7//////v/////+//////7//////v/////+//////7//////v/////+//////7//////v/////+//////7//////v/////+//////7//////v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3//////v////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7//////f//////////////////////////////////////////////////////////////////3//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P/////8//////z//////P///////////////////////////////////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=");
g.setFontCustom(font, 52, 40, 40);
};
g.reset();
g.clearRect(10,29,166,69);
g.fillRect(86,40,90,44);
g.fillRect(86,54,90,58);
g.setFont("Sarpanch");
g.drawString(h,10,29);
g.drawString(m,94,29);
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.
of course, i was just hoping the creator was still active on here as i can't find an official form of contact.
tried again with several fonts i made and most still give the error but one worked, but i have no clue what the difference might be. the one that did work also gives a strange result when used but that could be me messing up the code
1 Attachment