Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dgh10344.phpt2 GH-10344 (imagettfbbox(): Could not find/open font UNC path)
13 if (!function_exists("imagettfbbox")) {
24 var_dump(count(imagettfbbox(10, 0, $font, 'hello')));
H A Dbug49600.phpt8 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available');
19 $y = imagettfbbox(32, 0, "$cwd/Tuffy.ttf", $c);
H A Dbug48801.phpt2 Bug #48801 (Problem with imagettfbbox)
H A Dbug48801-mb.phpt2 Bug #48801 (Problem with imagettfbbox)
H A Dbug53504.phpt2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
/PHP-8.3/ext/gd/
H A Dgd.stub.php745 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… function
H A Dgd_arginfo.h846 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox)
/PHP-8.3/
H A DNEWS639 . Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).

Completed in 21 milliseconds