【发布时间】:2013-03-01 14:34:16
【问题描述】:
我正在使用 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;
}
但是没有任何反应,如何更改字体大小,请帮助。 提前致谢。
【问题讨论】:
标签: php codeigniter captcha helper