Spent the better part of the month trying to improve my bitmap font[1]. I ended up starting from scratch. And then I threw it all away. I'd like to use an existing font. Pushing pixels is fun but also a lot of work. The thing is that most fonts come as 6x12 or 8x16. 6x12 is too small and 8x16 is too large. Hence, qsqs is 7x15 (it inherited that property from its parent, qs[2]). Oh, well, it's not that qsqs is bad. I just wanted to have a different look for a change. Oh and I'd also like to have a larger variant for my laptop screen (higher DPI). But that's even *more* work. ____________________ 1. https://github.com/vain/qsqs 2. https://github.com/chneukirchen/sq