januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
351 stars 411 forks source link

How to add bold to the printText method? help! #167

Open LeanPerez21 opened 2 years ago

champikamendis commented 2 years ago

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', {}, );

zhenguet commented 1 year ago

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

@champikamendis