为了账号安全,请及时绑定邮箱和手机立即绑定

请问怎样解决字体找不到路径问题Warning: imagettftext(): Could not find/open font in

<?php

$filename="des_big.jpg";

$fileInfo=getimagesize($filename);

$mime=$fileInfo['mime'];

$createFun=str_replace("/", "createfrom", $mime);

$outFun=str_replace("/",null,$mime);

$image=$createFun($filename);

$color=imagecolorallocatealpha($image, 255, 0, 0, 50);

$fontfile="../fonts/MSYH.TTF";

$text="muse.com";

imagettftext($image, 14, 0, 0, 14, $color, $fontfile, $text);

header("content-type:".$mime);

$outFun($image);

imagedestroy($image);


报错

Warning: imagettftext(): Could not find/open font in

我的路径写的应该没有问题,但是为什么打不开呢


正在回答

2 回答

确实补齐就可以了。可是只有绝对地址才能生效,相对地址就不行吗?

0 回复 有任何疑惑可以回复我~

$fontfile="你把路径直接补齐/fonts/MSYH.TTF";

如$fontfile = 'C:/wamp64/www/shopimooc/fonts/SIMKAI.TTF' ;

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117285    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

请问怎样解决字体找不到路径问题Warning: imagettftext(): Could not find/open font in

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信