Playing around with #fontstash, a small wrapper around stb_truetype that allows efficient rendering of truetype fonts.

Fontstash is used under the hood in #nanovg (project by the same dev) to render text, and for years this is how I indirectly interacted with it. However, I recently learned that it works just fine by itself. And while it is designed to primarily work with OpenGL, I managed to hack together a backend that renders to a PPM file instead.