ImageTTFText() under the Windows and FreeBSD (*nix)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Kiosuki
Forum Newbie
Posts: 2
Joined: Thu Jun 19, 2008 1:49 am

ImageTTFText() under the Windows and FreeBSD (*nix)

Post by Kiosuki »

There is the trouble the imagettftext() and the same functions type text under Windows and *nix in different ways.

Win:
Image
Freebsd (*nix)
Image

After looking for this I've understood the trouble is the right freetype2 configure. And I've caught the next:
1. The bug report at php.net:
http://bugs.php.net/bug.php?id=30652 - there nothing was recommened.
2. A similar trouble where they considered spaces among letters: http://bugs.libgd.org/?do=details&task_id=171
3. Also that was found: http://www.linuxquestions.org/questions ... e.-257705/. But it's about X11 :(

What about exactly the antialias-difference? There was saying nothing. Hey, sages! What do I have to do? Thanks!
Post Reply