PHP Classes

Where are the fonts?

Recommend this page to a friend!

      CAPTCHA Generator  >  All threads  >  Where are the fonts?  >  (Un) Subscribe thread alerts  
Subject:Where are the fonts?
Summary:I notice that you reference ./fonts/
Messages:2
Author:keith eddleman
Date:2011-05-27 16:45:31
Update:2011-05-31 04:56:07
 

 


  1. Where are the fonts?   Reply   Report abuse  
Picture of keith eddleman keith eddleman - 2011-05-27 16:45:31
Where are the fonts you reference in the captchaImg.php file?
Are we suppose to have those already?

I'm giving your class a shot.

~eddleman

  2. Re: Where are the fonts?   Reply   Report abuse  
Picture of Pastor Bones 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';