无法使用Times New Roman字体与mpdf 6一起使用

时间:2016-03-11 10:32:50

标签: php

所有配置都是默认配置,因为它在mpdf 6.0中定义

结果我得到了font-family:' sans-serif&#39 ;;在输出pdf文件中。

$mpdf=new mPDF('utf-8','A4','','timesnewroman',20,15,58,25,20,10);
body {font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
}

1 个答案:

答案 0 :(得分:0)

我认为这会有所帮助。 Source

body {
    font-family: ctimes;
}