Skip to content
/ ftmesh Public

Transform FreeFont glyphs into meshes of triangles.

License

Notifications You must be signed in to change notification settings

m2osw/ftmesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftmesh

Introduction

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.

Origin

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.

License

The project is covered by the MIT license.

The original code was also licensed under the MIT license.

Bugs

Submit bug reports and patches on github.

This file is part of the snapcpp project.

vim: ts=4 sw=4 et

About

Transform FreeFont glyphs into meshes of triangles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published