const doc = new jsPDF() doc.setFontSize(28); doc.text(20, 30, 'This is the default font.') doc.setFont('courier') doc.
確定! 回上一頁