tcptf\tools
文件夹下面[这里有个tcpdf_addfont.php
, 是web转换工具php ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i 字体名.ttf
$pdf->SetFont('msyh', '', 10, '', true);
root@master tools % php ./tcpdf_addfont.php -b -t TrueTypeUnicode -f 97 -i pfzti.ttf >>> Converting fonts for TCPDF: *** Output dir set to /tcpdf/fonts/ +++ OK : /tcpdf/tools/pfzti.ttf added as pfzti >>> Process successfully completed! |
同理, 也可以嵌入其它字体了