I've been happy using bitmap fonts for games so far, but now I find I really need the polygon edge in some form. I saw the freetype engine some time ago, which can provide rastering of truetype fonts from within your engine, but what I think I really want for my current project is some way of converting from truetype to a triangle mesh.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
I think you want FTGL, which can convert font outlines to meshes and extruded meshes, among other formats. I don't know if it only generates triangle meshes; you might need to run a triangulation algorithm on the output. |
|||
|