Hello All,
I've been using a system with imagettftext for a while now to add nog standard fonts to websites. I've abandoned this method for better options a few months back but I've encountered a problem on one of the websites I've created over a year ago.
The website has been moved to a new server, aside from stability issues and performance the server also has a newer php version among other improvements. The move went perfect except for a single detail. Since then all occurences of the generated image-text buttons have spacing between specific letters. Most notably W and J. The script generating the images itself is not at fault it seems, since it's been rebuilt from scratch as wel as having used several implementations used by other programmers.
Different fonts show different results and quite a few do not show the problem.
Now, the logical solution would be to switch to a system like cufon or even fontface, but both solution have two major drawbacks.
- It's enormously timeconsuming to do this ( the inefficient way of implementing the imagettftext solution is one of the reasons I stopped using it )
- The site also has a html newsletter system which obviously supports neither solution.
So basicly I'm stumped. I'm not really sure which direction I should be headed from here, and any help would be highly appreciated.