Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dbug51263.phpt2 Bug #51263 (imagettftext and rotated text uses wrong baseline)
7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
19 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)
7 if (!function_exists('imagettftext')) die('skip imagettftext() not available');
23 imagettftext($im, 40, 0, 10, 40, $black, $font, $text);
H A Dbug49600.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
18 $x = imagettftext($image, 32, 0, 0, 0, $color, $font, $c);
H A Dimagettftext_charmap_order.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
35 imagettftext(
H A Dbug43073.phpt7 if(!function_exists('imagettftext')) die('skip imagettftext() not available');
44 $bbox = imagettftext($g, 24, (int)$angle, (int)(400+$x), (int)(400+$y), $black, $font, 'ABCDEF');
H A Dbug48732.phpt20 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
H A Dbug48732-mb.phpt20 $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\n");
/php-src/ext/gd/
H A Dgd.stub.php751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… function

Completed in 15 milliseconds