Truetype fonts in php4

Truetype fonts in php4

Posted by: coolgeek
Posted on: 2007-04-24 16:44:00

I'm using a Truetype font to write text strings to .png files I'm creating on the fly with the PHP4 image functions.

Specifically, I'm using

- imagettfbbox to get the string length (to determine image width)
- imagettftext to write the string

I was only able to find one font (at least on yoda), Vera, which is prettyt fugly. I found it located at:

/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf

I was unable, via find, to match truetype or ttf anywhere else under yoda's root.

Are there other, more attractive fonts, elsewhere on the box that I'm just not finding?

Alternatively:

- can/should I install my own truetype fonts in my home directory? If so, how?
- should I be looking at something other than truetype?

Re: Truetype fonts in php4

Posted by: coolgeek
Posted on: 2007-04-30 20:44:00

I got this answered in the Troubleshooting forum

http://discussion.dreamhost.com/showflat.pl?Cat=&Board=forum_troubleshooting&Number=79457&page=0&view=collapsed&sb=5&o=14&part=

Tags: ttfpng filesyodaphp4matchtext stringshome directoryusrspecifically