Home
last modified time | relevance | path

Searched refs:imagettftext (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/gd/tests/
H A Dbug51263.phpt2 Bug #51263 (imagettftext and rotated text uses wrong baseline)
7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
19 imagettftext($img, 8, 90, 10, 60, $col, $ttf, "foo bar qux");
H A Dbug50194.phpt2 Bug #50194 (imagettftext broken on transparent background w/o alphablending)
7 if (!function_exists('imagettftext')) die('skip imagettftext() not available');
21 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
H A Dbug49600.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
18 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
H A Dbug43073.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
41 $bbox = imagettftext($g, 24, (int)$angle, (int)(400+$x), (int)(400+$y), $black, $font, 'ABCDEF');
H A Dimagettftext_charmap_order.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
35 imagettftext(
H A Dbug48732.phpt16 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
H A Dbug48732-mb.phpt17 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
/PHP-8.1/ext/gd/
H A Dgd.stub.php289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… function
H A Dgd_arginfo.h850 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)

Completed in 17 milliseconds