Description
Layout and render text with TrueType fonts using OpenGL.
Description
This is a library to render text with OpenGL. TrueType (and OpenType) fonts are supported; glyph rendering is via stb_truetype
. The rendered glyphs are stored in OpenGL textures (built up lazily). A simple typesetting/layouting engine is included.