Any freeware that can do this?
Main Topics
Browse All TopicsI am working on a font preview script for a photography website. I need a font previewer script so people can see their name in each font, similar to http://www.rockyourheadsho
I am building it in PHP and have two files so far: choose-your-font.php and preview.php. The sources to each are in the code block.
This works fine on two conditions:
1) The font is a TrueType file. Perfect. No problems whatsoever.
2) The font is a Windows *.pfb PostScript Type 1 font. This is where the problem is.
I need it to work with Mac PostScript fonts. No matter how I modify the script, imagepsloadfont won't allow them. This is bad for two reasons... The first being that the PostScript fonts are ALL Mac fonts. The second issue is that the T1lib PHP extension (used for PostScript GD handling) has a major bug; any imageps* functions that crash will not recover. If I put in one corrupted font file, the rest won't work until I remove that file and restart the server. This obviously can't be done on shared hosting.
The server is *nix so I obviously can't run ASP. CGI doesn't seem to be working, it always returns an Internal Server Error no matter what I do (permissions and placing in cgi-bin, all it was was a "Hello World" script). The PHP installation doesn't have ImageMagick installed, which I think would be my best bet.
Can anyone help me find any solutions to this problem? If you need phpinfo, the phpinfo file for the server is attached. The user id and the subdomain have been removed. Ask any questions you have and I should reply within an hour.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Nothing that I would suggest. Another paid product is Crossfont: http://www.acutesystems.co
This isn't an easy, simple process, and also there's low demand. So, there isn't much in the way of decent freeware out there for this type of conversion.
Business Accounts
Answer for Membership
by: lherrouPosted on 2009-09-07 at 10:26:51ID: 25276334
Opalelement,
tsen.php3
What about converting all your Mac Type 1 fonts to ttf? I imagine Macdisk's tools could do the trick: http://www.macdisk.com/fon
Cheers,
LHerrou