Bitmap fonts have been broken for a while now. This is a problem, as they’re incredibly useful for pixel art.
It sounds like the text tool is fundamentally built around vector fonts, the libraries it uses for text rendering don’t even try to support bitmap fonts, and the fact that it worked at all in the past was more or less an accident.
But bitmap fonts are simple!! They’re basically a grid of pixels with none of the layout complexity of vector fonts! So how hard would it be to make a dedicated Bitmap Text Tool?
I’m vaguely considering diving into the code and trying to build this. It might be easier than trying to fix the existing Text Tool, but I don’t know if it’s the way to go or if anyone else would even appreciate the work anyway.
– Frost