Open
Description
For example, Chinese font "SimSun" is used, and I don't want to embed font file in pdf. I expect that the pdf reader use system local fonts to render pdf file.
var doc = new jsPDF();
doc.setFont('SimSun', 'normal'); // How to avoid embedding the font file of SimSun?
doc.setFontSize(20);
doc.text('中文中文', 20, 40);
doc.save('test.pdf');
Metadata
Metadata
Assignees
Labels
No labels