diff options
author | lolcat <will@lolcat.ca> | 2024-02-25 23:29:08 +0000 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-25 23:29:08 +0000 |
commit | c652e8e20f3cecdca73cd033d63826edbb1a50f8 (patch) | |
tree | 634fa3e4523c67f58fb30f52e75b5f9eff192c71 | |
parent | a6d519f83a4901d8ce1d0c70ca0a29b0bddccbfc (diff) | |
parent | f1ad44412d4d71d7874764378ebb574c2a17341d (diff) |
Merge pull request 'move data/captcha/font.ttf to data/fonts/captcha.ttf' (#1) from feature/move_font into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/1
-rwxr-xr-x | captcha.php | 2 | ||||
-rw-r--r-- | data/fonts/captcha.ttf (renamed from data/captcha/font.ttf) | bin | 125972 -> 125972 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/captcha.php b/captcha.php index a92b0ee..286a277 100755 --- a/captcha.php +++ b/captcha.php @@ -178,7 +178,7 @@ $draw = new ImagickDraw(); $draw->setFontSize(20); $draw->setFillColor($theme["fg"]); //$draw->setTextAntialias(false); -$draw->setFont("./data/captcha/font.ttf"); +$draw->setFont("./data/fonts/captcha.ttf"); $text = "Pick " . $picks . " images of " . str_replace("_", " ", $choosen[0]); diff --git a/data/captcha/font.ttf b/data/fonts/captcha.ttf Binary files differindex 13f5dc7..13f5dc7 100644 --- a/data/captcha/font.ttf +++ b/data/fonts/captcha.ttf |