我正在使用codeigniter * capctha * helper。问题是我不能增加字母的字体大小。我试图做到这一点
if ($use_font == FALSE)
{
$font_size = 6;
$x = rand(0, $img_width/($length/2));
$y = 0;
}
else
{
$font_size = 20;
$x = rand(0, $img_width/($length/1.5));
$y = $font_size+2;
}
但没有任何反应,如何更改字体大小,请帮忙。提前致谢。