TTFTODXF
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
HI THERE Where can I find a Program, which include source code, or any information for converting TTF to DXF? Thanks
There is information on this site (and elsewhere) about the DXF format. You can use ::GetGlyphOutline to retrieve the line segments of a particular character. Putting the two bits of information and some hard work, you'll have your answer. You never know, there might just be an article in it somewhere! Iain.