Merge pull request 'move data/captcha/font.ttf to data/fonts/captcha.ttf' (#1) from feature/move_font into master
Reviewed-on: #1
This commit is contained in:
commit
c652e8e20f
|
@ -178,7 +178,7 @@ $draw = new ImagickDraw();
|
||||||
$draw->setFontSize(20);
|
$draw->setFontSize(20);
|
||||||
$draw->setFillColor($theme["fg"]);
|
$draw->setFillColor($theme["fg"]);
|
||||||
//$draw->setTextAntialias(false);
|
//$draw->setTextAntialias(false);
|
||||||
$draw->setFont("./data/captcha/font.ttf");
|
$draw->setFont("./data/fonts/captcha.ttf");
|
||||||
|
|
||||||
$text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]);
|
$text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue