Home
last modified time | relevance | path

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

/php-src/ext/gd/tests/
H A Dimagefttext.phpt2 imagefttext() function test
7 if (!function_exists("imagefttext")) {
8 die("skip imagefttext() not available.");
24 imagefttext($im, $sy * 0.75, 0, 0, $sy - 1, $colour_w, $fontfile, "A", array());
H A Dimagefill_1.phpt7 if (!function_exists("imagefttext")) {
8 die("skip imagefttext() not available.");
H A Dbug48732.phpt8 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dbug48732-mb.phpt7 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dbug53504.phpt69 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'],
74 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n";
75 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
/php-src/ext/gd/
H A Dgd_arginfo.h701 ZEND_FUNCTION(imagefttext);
841 ZEND_FE(imagefttext, arginfo_imagefttext)
H A Dgd.stub.php739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … function
H A Dgd.c3050 PHP_FUNCTION(imagefttext) in PHP_FUNCTION() argument

Completed in 32 milliseconds