
Pastor Bones - 2011-05-31 04:56:07 -
In reply to message 1 from keith eddleman
supply your font and then you can either set the path to those fonts within the class file or by setting the object property after creating it. You can use whatever True-type font that you wish.
$captcha = new Captcha();
$captcha->fontPath = './fonts/';
$capthca->font = 'Verdana.ttf';
$captcha->font = 'Helvetica.ttf';