Adding True Type Fonts to GDLib

Download and compile the library for FreeType.  You can
downlaod from:

http://www.physiol.med.tu-muenchen.de/~robert/freetype.htm

Add the following files to your gd makefile:

gdcache.c
gdcache.h
gdttf.c
gdttf.h

Add the line: '#define HAVE_GDTTF' to your config.h in php
You must then link PHP to both the gdlib.a and ftlib.a

Thanks to Mahammed Abu Sharikh (Mahammed.Abu.Sharikh@brunel.ac.uk) for this addition.