Warning: imageloadfont(): gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully in F:\Web\www\local\index.php on line 2
Warning: imageloadfont(): Error reading font, invalid font header in F:\Web\www\local\index.php on line 2
ttf字体太大不能用imageloadfont,尤其是包含中文字的字体,如果需要,可以通过附件中的wftopf.exe将true type font转换为.gdf格式的字体文件,再用imageloadfont()来载入新字体,不过需要注意的是转换格式后的字体将丢失中文字,只保留英文字符。
另外,如果要使用外部字体,推荐使用imagettftext()函数代替使用imagestring()函数。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?新建账号
×
|