相关疑难解决方法(0)

如何增加codeigniter验证码助手的字体大小

我正在使用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)

但没有任何反应,如何改变字体大小,请帮忙.提前致谢.

php captcha codeigniter helper

5
推荐指数
1
解决办法
7281
查看次数

标签 统计

captcha ×1

codeigniter ×1

helper ×1

php ×1