minitypeset-opengl

Layout and render text with TrueType fonts using OpenGL

http://moire.be/haskell/

Latest on Hackage:0.3.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Balazs Komuves
Maintained by bkomuves (plus) hackage (at) gmail (dot) com

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.