Got some trivial bitmap font support
# lanark
o
Got some trivial bitmap font support
👍🏼 5
d
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
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 🙂
d
That does sound pretty neat.
o
It sounds fun, and then you need to support CJKV
d
That sounds like a different kind of fun! 🧌