
Andre Dörscheln - 2010-05-27 13:30:49 -
In reply to message 1 from rainer langheiter
You have to use a different FontType to be able to display umlauts.
For Example, if you want to use Arial, you have to put it into the directory and write some code like this:
$im->write("A Litte Bit of Text with äöü, ß and so on...", "font-family: ./ARIAL.TTF");
wfg, Andre