diff --git a/src/printFormat/alphaHardTagPrintFormat.js b/src/printFormat/alphaHardTagPrintFormat.js index fc83a6e..51bdb1b 100644 --- a/src/printFormat/alphaHardTagPrintFormat.js +++ b/src/printFormat/alphaHardTagPrintFormat.js @@ -94,16 +94,16 @@ export function printAlphaHardTagLabel (printList, icons, printerName) { LODOP.SET_PRINT_STYLEA(0,"FontSize",10); if (row.weightUmName && row.weight){ - LODOP.ADD_PRINT_TEXT(86,230,80,20,"WEIGHT"); + LODOP.ADD_PRINT_TEXT(86,226,80,20,"WEIGHT"); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); - LODOP.ADD_PRINT_TEXT(86,275,60,20,row.weight); + LODOP.ADD_PRINT_TEXT(86,275,64,20,row.weight); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); LODOP.SET_PRINT_STYLEA(0,"Alignment",3); - LODOP.ADD_PRINT_TEXT(86,341,50,20,row.weightUmName); + LODOP.ADD_PRINT_TEXT(86,343,50,20,row.weightUmName); LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10); }