So i want to draw on my image text lets say in this example \"Trevor, 24\"
But I want to use the font Helvetica for Trevor, and for 24 i want to use the font Arial.
You could look at using Pango with ImageMagick. I know it works at the command line but have never tried with the PHP binding...
convert \ pango:'Trevor24' \ pango.png