我找到了字节
http://bytes.com/topic/php/answers/4833-gd-could-not-find-open-font-font-problem的答案
原文链接:/php/240227.html设置gdfontpath可能会有所帮助
$fontpath = realpath('.'); //replace . with a different directory if needed putenv('GDFONTPATH='.$fontpath); $font = 't.otf'; ... $Box = imagettfbBox($size,$font,$text);