当前位置:网站首页>[可能没有默认的字体]Warning: imagettfbbox() [function.imagettfbbox]: Invalid font filename……
[可能没有默认的字体]Warning: imagettfbbox() [function.imagettfbbox]: Invalid font filename……
2022-07-05 10:13:00 【全栈程序员站长】
Warning: imagettfbbox() [function.imagettfbbox]: Invalid font filename…
[可能没有默认的字体]
例:
//putenv('GDFONTPATH=C:\WINDOWS\Fonts');
$font = "Arial";
$size = 12;
$im = ImageCreateFromPNG("top_logo.png");
$tsize= imagettfbbox($size, 0, $font, $_GET['message']);
改成:
//putenv('GDFONTPATH=C:\WINDOWS\Fonts');
$font = "c:/windows/fonts/arial.ttf";
$size = 12;
$im = ImageCreateFromPNG("top_logo.png");
$tsize= imagettfbbox($size, 0, $font, $_GET['message']);
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/109998.html原文链接:https://javaforall.cn
边栏推荐
- QT implements JSON parsing
- flink cdc不能监听mysql日志,大家遇到过这个问题吧?
- 《剑来》语句摘录(七)
- Lepton 无损压缩原理及性能分析
- Timed disappearance pop-up
- Applet image height adaptation and setting text line height
- 微信小程序触底加载与下拉刷新的实现
- RMS to EAP is simply implemented through mqtt
- Design and Simulation of fuzzy PID control system for liquid level of double tank (matlab/simulink)
- Error: module not found: error: can't resolve 'xxx' in 'XXXX‘
猜你喜欢
Usage differences between isempty and isblank
C language QQ chat room small project [complete source code]
学习笔记4--高精度地图关键技术(下)
Events and bubbles in the applet of "wechat applet - Basics"
5G NR系统架构
[论文阅读] CKAN: Collaborative Knowledge-aware Atentive Network for Recommender Systems
Unity particle special effects series - the poison spray preform is ready, and the unitypackage package is directly used - on
如何写出高质量的代码?
【观察】跨境电商“独立站”模式崛起,如何抓住下一个红利爆发时代?
What is the most suitable book for programmers to engage in open source?
随机推荐
What is the origin of the domain knowledge network that drives the new idea of manufacturing industry upgrading?
Workmanager learning 1
How do programmers live as they like?
Atcoder beginer contest 254 "e BFS" f st table maintenance differential array GCD "
微信小程序中,从一个页面跳转到另一个页面后,在返回后发现页面同步滚动了
QT implements JSON parsing
【黑马早报】罗永浩回应调侃东方甄选;董卿丈夫密春雷被执行超7亿;吉利正式收购魅族;华为发布问界M7;豆瓣为周杰伦专辑提前开分道歉...
如何写出高质量的代码?
ByteDance Interviewer: how to calculate the memory size occupied by a picture
Glide Mastery
Learning II of workmanager
《剑来》语句摘录(七)
【JS】数组降维
《通信软件开发与应用》课程结业报告
Secteur non technique, comment participer à devops?
[dark horse morning post] Luo Yonghao responded to ridicule Oriental selection; Dong Qing's husband Mi Chunlei was executed for more than 700million; Geely officially acquired Meizu; Huawei releases M
flink cdc不能监听mysql日志,大家遇到过这个问题吧?
Dedecms website building tutorial
LDAP概述
Error: module not found: error: can't resolve 'xxx' in 'XXXX‘