Home
last modified time | relevance | path

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

/PHP-7.2/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 Dimagettftext_charmap_order.phpt6 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
34 imagettftext(
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 Dbug48732.phpt15 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
H A Dbug48732-mb.phpt16 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
/PHP-7.2/ext/gd/
H A Dphp_gd.h196 PHP_FUNCTION(imagettftext);
H A Dgd.c988 PHP_FE(imagettftext, arginfo_imagettftext)
3980 PHP_FUNCTION(imagettftext) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS2697 . Fixed bug #50194 (imagettftext broken on transparent background w/o

Completed in 34 milliseconds