Jump to content

gd fonts


Asperon

Recommended Posts

Here is an example from a captcha I've written, The font is in the same directory as the script

<?php
//iimagettftext ( resource $image, float $size, float $angle, int $x, int $y, int $color, string $fontfile, string $text )
imagettftext($captcha,rand(16,22),$rotangle,($i*$spacing),30,$textcolor,'/arial.ttf',substr($capstr,($i-1),1));

?>

Link to comment
https://forums.phpfreaks.com/topic/78169-gd-fonts/#findComment-395574
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.