Searched refs:imagettfbbox (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | gh10344.phpt | 2 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 D | bug49600.phpt | 8 if(!function_exists('imagettfbbox')) die('skip imagettfbbox() not available'); 19 $y = imagettfbbox(32, 0, "$cwd/Tuffy.ttf", $c);
|
H A D | bug48801.phpt | 2 Bug #48801 (Problem with imagettfbbox)
|
H A D | bug48801-mb.phpt | 2 Bug #48801 (Problem with imagettfbbox)
|
H A D | bug53504.phpt | 2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 745 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… function
|
H A D | gd_arginfo.h | 846 ZEND_FALIAS(imagettfbbox, imageftbbox, arginfo_imagettfbbox)
|
/PHP-8.3/ |
H A D | NEWS | 866 . Fixed bug GH-10344 (imagettfbbox(): Could not find/open font UNC path).
|
Completed in 13 milliseconds