Searched refs:imagettftext (Results 1 – 9 of 9) sorted by relevance
/PHP-5.6/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 | 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 | imagettftext_charmap_order.phpt | 6 if(!function_exists('imagettftext')) die('skip imagettftext() not available'); 34 imagettftext(
|
H A D | bug48732.phpt | 15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
|
/PHP-5.6/ext/gd/ |
H A D | php_gd.h | 187 PHP_FUNCTION(imagettftext);
|
H A D | gd.c | 1004 PHP_FE(imagettftext, arginfo_imagettftext) 3845 PHP_FUNCTION(imagettftext) in PHP_FUNCTION() argument
|
/PHP-5.6/ |
H A D | NEWS | 274 . Fixed bug #50194 (imagettftext broken on transparent background w/o 2170 . Fixed imagettftext to load the correct character map rather than the last one. 9241 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony, Pierre) 9699 - Added support for hexadecimal entity in imagettftext() for the bundled GD. 11499 - Fixed bug #30120 imagettftext() and imagettfbbox() accept too many
|
Completed in 81 milliseconds