Re: [PHP] Drawing all characters using GD

2007-05-04 Thread Crayon
On Saturday 05 May 2007 04:24, Seth Price wrote: > Maybe if I had a list of font files, I could test each to work with a > given string, until I find one which works? You could try looking for a comprehensive iso-10646 font. -- Crayon -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] Drawing all characters using GD

2007-05-04 Thread Seth Price
Ah, thanks, I didn't notice a i18n mailing list. I'll try there. Maybe if I had a list of font files, I could test each to work with a given string, until I find one which works? ~Seth On May 4, 2007, at 2:54 PM, Richard Lynch wrote: On Fri, May 4, 2007 9:23 am, Seth Price wrote: I have

Re: [PHP] Drawing all characters using GD

2007-05-04 Thread Richard Lynch
On Fri, May 4, 2007 9:23 am, Seth Price wrote: > I have enough fonts installed on my machine to draw most of the > world's UTF-8 characters. But they aren't all in one font file. How > can I use the resources I have to reliably draw any character using > imagetttext()? > > For example: Most of th

[PHP] Drawing all characters using GD

2007-05-04 Thread Seth Price
I have enough fonts installed on my machine to draw most of the world's UTF-8 characters. But they aren't all in one font file. How can I use the resources I have to reliably draw any character using imagetttext()? For example: Most of the text I want to draw is regular ASCII, many words