Angular jsPDF when export to pdf file does not support Chinese Simplify Character

前端 未结 0 1526
予麋鹿
予麋鹿 2021-02-07 11:39
let doc = new jsPDF(\'landscape\', \'pt\', \'a4\');
doc.setFont(\'Microsoft YaHei\');
doc.setFontSize(11);
doc.setTextColor(40);
doc.setFontStyle(\'normal\');
doc.save(t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题