Home
last modified time | relevance | path

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

/PHP-5.5/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 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_1.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dbug43073.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dbug48732.phpt15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
/PHP-5.5/ext/gd/
H A Dphp_gd.h187 PHP_FUNCTION(imagettftext);
H A Dgd.c993 PHP_FE(imagettftext, arginfo_imagettftext)
3794 PHP_FUNCTION(imagettftext) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7663 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony, Pierre)
8121 - Added support for hexadecimal entity in imagettftext() for the bundled GD.
9921 - Fixed bug #30120 imagettftext() and imagettfbbox() accept too many

Completed in 46 milliseconds