Searched refs:imagettftext (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | bug51263.phpt | 2 Bug #51263 (imagettftext and rotated text uses wrong baseline) 6 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 18 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) 6 if (!function_exists('imagettftext')) die('skip imagettftext() not available'); 20 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
|
H A D | bug49600.phpt | 6 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
|
H A D | imagettftext_charmap_order.phpt | 6 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 34 imagettftext(
|
H A D | bug43073.phpt | 6 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 40 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
|
H A D | bug48732.phpt | 15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
H A D | bug48732-mb.phpt | 16 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 196 PHP_FUNCTION(imagettftext);
|
H A D | gd.c | 988 PHP_FE(imagettftext, arginfo_imagettftext) 3980 PHP_FUNCTION(imagettftext) in PHP_FUNCTION() argument
|
/PHP-7.2/ |
H A D | NEWS | 2697 . Fixed bug #50194 (imagettftext broken on transparent background w/o
|
Completed in 23 milliseconds