Compare commits

...

1 Commits
1.2.0 ... 1.2.1

Author SHA1 Message Date
bdb0f9911b Print: set font on bank-receipt 2024-01-08 17:29:44 +01:00

View File

@@ -659,6 +659,7 @@ void ATBDeviceControllerPlugin::requestPrintReceipt(const QString & printingStri
{
QByteArray ba = printingString.toUtf8();
hw->prn_switchPower(true);
hw->prn_setFonts(8,12,0,0);
hw->prn_sendText(&ba);
QTimer::singleShot(4000, this, SLOT(onPrinterWaitForPrintingReceipt()));