I am using the GD Library of php. I hope you are familiar with it a little. It has a command "imagettftext" that dynamically makes ttf images. At this point, I'm open to a commercial tool.
Here's a couple of ideas:
http://www.typophile.com/n
http://www.shareup.com/Fon
Any help is appreciated.
Main Topics
Browse All Topics





by: lherrouPosted on 2005-11-20 at 08:03:41ID: 15329511
Weikelbob,
This is not as simple a task as it sounds. A .fon file is a bitmapped font - it's essentially a little more than specific directions for the layout of the pixels of the letters at a specific size. A TrueType font is to a bitmapped font as vector graphics are to a gif file - it includes the outline and points of the font, information on how to make the font display correctly at different sizes, etc. Just as you can't easily convert a gif into a scalable vector image, you can't easily convert a bitmapped font into a TrueType font. I know of no tool which will allow you to make this conversion directly - you could output the .FON characters as images, and then use font creation tools to re-create the font as a TTF font. This would not be a project for a beginner.
Perhaps there's a different approach you can take? What is the font and what is the intended use? Why do you need it as a TTF font? I'd be happy to try to find you an alternative route to your goal, if you can eleborate a little.
Cheers,
LHerrou