第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

請問怎樣解決字體找不到路徑問題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
提交
取消
手把手教你實現(xiàn)電商網(wǎng)站后臺開發(fā)
  • 參與學習       117249    人
  • 解答問題       2101    個

手把手教你用PHP搭建電子商務平臺,由淺入深教你搭建電商系統(tǒng)

進入課程

請問怎樣解決字體找不到路徑問題Warning: imagettftext(): Could not find/open font in

我要回答 關注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號