Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dbug51263.phpt2 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 Dbug50194.phpt2 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 Dbug49600.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
17 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
H A Dbug43073.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
40 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dimagettftext_charmap_order.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
34 imagettftext(
H A Dbug48732.phpt15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
/PHP-5.6/ext/gd/
H A Dphp_gd.h187 PHP_FUNCTION(imagettftext);
H A Dgd.c1004 PHP_FE(imagettftext, arginfo_imagettftext)
3845 PHP_FUNCTION(imagettftext) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS274 . 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 55 milliseconds