react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

How to add bold to the printText method? help!

Open LeanPerez21 opened this issue 3 years ago • 2 comments

LeanPerez21 avatar Sep 24 '21 15:09 LeanPerez21

you can use, await BluetoothEscposPrinter.setBlob(1); before the text you want to print. As an ex: await BluetoothEscposPrinter.setBlob(1); await BluetoothEscposPrinter.printText( 'Hello World\n\r', {}, );

champikamendis avatar Dec 31 '21 17:12 champikamendis

How about printColumn() with left column is bold but right is not bold?

@champikamendis

zhenguet avatar Oct 04 '22 03:10 zhenguet