Closed (outdated)
Project:
Textimage
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2010 at 17:42 UTC
Updated:
17 Sep 2016 at 19:08 UTC
Jump to comment: Most recent
Comments
Comment #1
jasher commentedI'd also be interested in seeing this.
I hacked my own letterspacing (aka letter-spacing; tracking) together from this issue on leading: http://drupal.org/node/493978#comment-2194350
Other code was required to make sure the boundary box became wide enough.
However, there seemed to be *kerning* problems. (i.e., the space between some letters was uneven.)
I don't know what's necessarily to blame. Perhaps GD. I just don't know how well it handles type, and it's possible that it has shortcomings which will always constrain Textimage.
Any ideas, devs/others?
Many thanks.
--edit: I've just had a search around php.net, and it does seem that others have reported issues with this .. e.g.:
http://bugs.php.net/bug.php?id=51571
http://bugs.php.net/bug.php?id=50194
http://bugs.php.net/bug.php?id=50958
There is a talk of a fix, but it all seems a bit specific, and while I might be able to convince my server's admin to modify the PHP installation in some way, they might not take well to a non-stable patch, etc.
Comment #2
mondrake