reduced name font size
This commit is contained in:
parent
01f0e3bc5a
commit
adf7de69a9
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user