Home
last modified time | relevance | path

Searched refs:imagefttext (Results 1 – 7 of 7) sorted by path

/PHP-7.4/ext/gd/
H A Dgd.c1004 PHP_FE(imagefttext, arginfo_imagefttext)
4039 PHP_FUNCTION(imagefttext) in PHP_FUNCTION() argument
H A Dphp_gd.h107 PHP_FUNCTION(imagefttext);
/PHP-7.4/ext/gd/tests/
H A Dbug48732-mb.phpt6 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dbug48732.phpt6 if(!function_exists('imagefttext')) die('skip imagefttext() not available');
H A Dbug53504.phpt65 $bboxDrawn = imagefttext($g, $test['fontSize'], $test['angle'],
70 if ($bbox[$i] + $test['x'] !== $bboxDrawn[$i]) echo "imageftbbox and imagefttext differ!\n";
71 …if ($bbox[$i + 1] + $test['y'] !== $bboxDrawn[$i + 1]) echo "imageftbbox and imagefttext differ!\n…
H A Dimagefill_1.phpt8 if (!function_exists("imagefttext")) {
9 die("skip imagefttext() not available.");
H A Dimagefttext.phpt2 imagefttext() function test
8 if (!function_exists("imagefttext")) {
9 die("skip imagefttext() not available.");
25 imagefttext($im, $sy * 0.75, 0, 0, $sy - 1, $colour_w, $fontfile, "A", array());

Completed in 24 milliseconds