我正在使用codeigniter*capctha*帮助器.事情是我不能增加字母的字体大小.我试着这样做
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;
}
Run Code Online (Sandbox Code Playgroud)
但没有任何反应,如何改变字体大小,请帮忙.提前致谢.