From 79219ef3eeba2088b2c7aa36bdaa7f01f4880236 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 13 Sep 2024 09:24:11 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index d43e5e6..294ea87 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -90,9 +90,9 @@ module.exports = { // Write the text from infoString doc.fontSize(12) - doc.font('public/Outfit-Regular.ttf').text(infoString, { - align: 'left', - }); + // doc.font('public/Outfit-Regular.ttf').text(infoString, { + // align: 'left', + // }); for (row of infoArray) { doc.moveDown();