That’s very cool, I implemented bitmap fonts once and remember it being a hassle to handle all of the kerning and pixel alignment so the text was crisp. It made me wonder how they ever managed to render text to the screen without a modern computer 🧌
o
orangy
11/26/2018, 1:37 PM
In 1999 I was working on a project where we needed to render all kinds of fonts on a hand-held device, like Compaq iPaq. Existing libraries to render TTF were very expensive and worked very slow, so we had to make our own. It was a nice adventure 🙂