I have the BBC Micro 16x16 bitmap, but for some reason it's refusing to behave, can anyone spot the issue with the .fnt file: playdate_fonts/Source/fonts at main · orllewin/playdate_fonts · GitHub
For some reason it breaks at the '*'.
You can see in this image, I'm printing the chars in the order they appear, but the * is missing then all glyphs after that are drawn with the system default.
Seemingly with that glyph breaking the font parser somehow, all subsequent chars are an index out..!