Re: [GD-DEVEL] unicode chinese text to pict
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 5/29/07, Pierre <[email protected]> wrote: > > here is the script > > See my slightly modified script as attachment. It works the same way > for the TTF parts but the PNG images uses alpha for the antialiasing, > looks nicer on custom background :) I forgot to change imagefttext, this function should not be used but only the imagettf*. It is a relic from the freetype1 support. Freetype1 support will be droped in php6+. --Pierre