Lo que no he conseguido es hacer las letras mas pequeñas
Código PHP:
<?php
include_once 'PHPCaptcha.lib.php';
$captcha = new Captcha;
$captcha->confCaptcha("fuentes","fuentes");
$captcha->confCaptcha("tamano",10);
$captcha->confCaptcha("fondos","fondos");
$captcha->confCaptcha("dificultad",8);
$captcha->confCaptcha("nlineas",50);
$captcha->confCaptcha("clineas",true);
$captcha->confCaptcha("ancho",180);
$captcha->confCaptcha("alto",50);
$captcha->generaCaptcha();
$captcha->muestraCaptcha();
?>
Me gustaría que el tamaño fuese 180x50 , entonces se me cortan las letras, intento reducir el tamaño del texto pero no cambia