Skip to content

Releases: m2osw/ftmesh

Release 1.0.2

08 May 19:51
Compare
Choose a tag to compare

This library can be used to create meshes of triangles from the contours of a glyph in a FreeType font. This is useful to render such fonts with OpenGL or D3D. I use it to draw text in my OpenGL projects.

The code is based on the ftgles project, somewhat simplified and giving the mesh as the result instead of actually rendering the output.

This version works on bionic and newer Ubuntu versions.