This library is used to load glyphs from a FreeType font and transform them into meshes of triangles. Specifically, these can be useful to render the fonts at any scale, save the fonts in SVG format, or use the mesh in OpenGL/D3D.
The library math and basics on how to get the data from the FreeType library are based on the ftgles project. You may be interested by that project if you're looking for code that instantely work on a smartphone or an OpenGL environment.
The project is covered by the MIT license.
The original code was also licensed under the MIT license.
Submit bug reports and patches on github.
This file is part of the snapcpp project.
vim: ts=4 sw=4 et