node-escpos icon indicating copy to clipboard operation
node-escpos copied to clipboard

Wrong ESCPOS command for Italic on and Italic off

Open JayeshLab opened this issue 5 years ago • 1 comments

File: command.js TXT_ITALIC_OFF: '\x1b\x35', // Italic font ON TXT_ITALIC_ON: '\x1b\x34', // Italic font ON

It should be TXT_ITALIC_OFF: '\x1b\x34\x00', // Italic font OFF TXT_ITALIC_ON: '\x1b\x34\x01', // Italic font ON

JayeshLab avatar May 29 '20 07:05 JayeshLab

File a pull-request pls.

lsongdev avatar Jun 03 '20 11:06 lsongdev