I got monospace bitmap fonts working, but with a limitation: if the font started at a non-zero number and the script attempts to draw a character that's before the font's starting character, it would segfault. I added a skip that was meant to make it ignore characters before the starting character, but it still happened, and now, I can't even get it to run at all without immediately crashing. I even tried to go back to a previous version of the code that did work, and it still doesn't work! I don't know what I did wrong, I don't know how to get it working again, and I'm still no closer to fixing drawing text with fonts that don't start at null.
I got monospace bitmap fonts working, but with a limitation: if the font started at a non-zero number and the script attempts to draw a character that's before the font's starting character, it would segfault. I added a skip that was meant to make it ignore characters before the starting character, but it still happened, and now, I can't even get it to run at all without immediately crashing. I even tried to go back to a previous version of the code that did work, and it still doesn't work! I don't know what I did wrong, I don't know how to get it working again, and I'm still no closer to fixing drawing text with fonts that don't start at null.