Re: [GD-DEVEL] unicode chinese text to pict
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 5/23/07, Philippe Voisin <[email protected]> wrote: > hi all, > > If I can perfectly use the imagefttext function > I wonder how to pass to it a chinese (utf-8) string ? > I've tried but got a empty image as a result ..; ! > > any hint ? Do you have a sample script with the UTF-8 chinese text? You should see some output, even if it may be incorrect. That being said, GD does not support yet vertical or RTL rendering. I'm working on some new features (first for libgd, php binding will follow later). See gd-pango in cvs. --Pierre