Characters of latin2 - imagefttext()

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
coolll.sk
Forum Newbie
Posts: 1
Joined: Sat Jul 08, 2006 7:55 am
Location: Europe, Slovakia
Contact:

Characters of latin2 - imagefttext()

Post by coolll.sk »

How can i use imagefttext() function when i want to use characters of encoding iso-8859-2 (latin2).

Script code create image with text from GET method, but if i type /script_name.php?text=š it types rectangle to the image.
Font that i used -Sylfaen- have characters of latin2.

I used header("Content-type: image/gif; charset=iso-8859-2") ,but not affect, and file is saved with this encoding.


See image:
Image
Post Reply