我们正在使用TCPDF开发泰米尔文pdf生成。即时通信工具使用
$pdf->SetFont('freeserif', '', 10);

发布于 2021-10-16 08:07:23
添加字体了吗?
$font = $this->addTTFfont("tamil_FONT.ttf");另一种选择
tcpdf/tools/tcpdf_addfont.php -i /path/to/fonts/tamil_FONT.ttfhttps://stackoverflow.com/questions/69593721
复制相似问题