Searched refs:imagettftext (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug51263.phpt | 2 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 D | bug50194.phpt | 2 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 D | bug49600.phpt | 7 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 18 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
|
H A D | imagettftext_charmap_order.phpt | 7 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 35 imagettftext(
|
H A D | bug43073.phpt | 7 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 D | bug48732.phpt | 16 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
H A D | bug48732-mb.phpt | 17 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… function
|
H A D | gd_arginfo.h | 849 ZEND_FALIAS(imagettftext, imagefttext, arginfo_imagettftext)
|
Completed in 12 milliseconds