reduced name font size

This commit is contained in:
sairaj mote 2023-11-30 14:36:30 +05:30
parent 01f0e3bc5a
commit adf7de69a9

View File

@ -332,7 +332,7 @@
certPdf.text(`Issued: ${getFormattedTime(time, 'date-only')}`, 700, 254, { align: 'center' }); // issued date
certPdf.text("RanchiMall, a blockchain incorporated entity certifies that", 700, 310, { align: 'center' });
certPdf.setFont('times', 'bold');
certPdf.setFontSize(64);
certPdf.setFontSize(56);
certPdf.text(name.toUpperCase(), 700, 380, { align: 'center' }); // name
certPdf.setFont('times', 'normal');
certPdf.setFontSize(18);