so every time i make a project, i usually make a custom font drawing function (because yes). but i got sick of having to remake the function over and over, so i decided it was FINALLY time to make an extension!
its pretty simple, define a font then draw it to whatever image you want (such as the bg image or a sprite or even directly to the screen!)
the demo should show you how to use it, its pretty straightforward but if you still need help or dont understand it, please ask me!
there is one known bug, you cant draw text with a white bg and black text, it will turn out all white. now i know how tho fix this, but im kinda burnt out so ill fix it at some point.
when defining a font though, MAKE SURE THE BACKGROUND IS COLOR 15 (black with the default palette) AND THE TEXT IS COLOR 1 (white with the default palette)