Forum Moderators: coopster

Message Too Old, No Replies

e umlaut in imagettftext

         

merijnvw

3:47 pm on Jun 29, 2010 (gmt 0)

10+ Year Member



I can't find a working method for this.
I want to write an e umlaut(ë , U+00EB , c3 ab) with PHP gd using imagettftext. How can I do this? Thanks.

astupidname

5:43 am on Jun 30, 2010 (gmt 0)

10+ Year Member



Named entities apparently don't work with imagettftext, but numeric ones do:

$umlautCharacters = '¨ Ä Ë Ï Ö Ü ä ë ï ö ü';