码迷,mamicode.com
首页 > 其他好文 > 详细

TCPDF添加新字体

时间:2020-02-20 23:47:56      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:too   php   add   ted   setfont   命令   tutorial   success   复制   

将字体复制到TCPDF\tools 目录下

打开CMD窗口定位到TCPDF\tools 目录 执行下面的命令

我们以微软雅黑字体为例

 php ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i msyh.ttf

如果成功CMD会出现下面的代码

>>> Converting fonts for TCPDF:
*** Output dir set to C:\phpStudy\PHPTutorial\WWW\chuanqi\vendor\tcpdf/fonts/
+++ OK   : C:\phpStudy\PHPTutorial\WWW\chuanqi\vendor\tcpdf\tools\msyh.ttf added
 as msyh
>>> Process successfully completed!

这时微软雅黑字体就转换完成并复制到TCPDF\fonts目录下了

直接设置字体即可

 $pdf->SetFont(‘msyh‘, ‘‘, 10, ‘‘, true);

 

如果php不是内部命令

请将php目录加入环境遍量

具体方法请咨询度娘

提示:微软雅黑如果商用请购买授权!!!!!!!

TCPDF添加新字体

标签:too   php   add   ted   setfont   命令   tutorial   success   复制   

原文地址:https://www.cnblogs.com/binxl/p/12337897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!