?
This commit is contained in:
parent
75874a6040
commit
79219ef3ee
@ -90,9 +90,9 @@ module.exports = {
|
|||||||
|
|
||||||
// Write the text from infoString
|
// Write the text from infoString
|
||||||
doc.fontSize(12)
|
doc.fontSize(12)
|
||||||
doc.font('public/Outfit-Regular.ttf').text(infoString, {
|
// doc.font('public/Outfit-Regular.ttf').text(infoString, {
|
||||||
align: 'left',
|
// align: 'left',
|
||||||
});
|
// });
|
||||||
|
|
||||||
for (row of infoArray) {
|
for (row of infoArray) {
|
||||||
doc.moveDown();
|
doc.moveDown();
|
||||||
|
Loading…
Reference in New Issue
Block a user