HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
174 stars 102 forks source link

i am not able to right align text in receipt #5

Closed DilipSutharr closed 4 years ago

DilipSutharr commented 4 years ago

Hey, this library works awesome for me but i am facing problem in right aligning the text. Is there any tag to align the text to extreme right? Just as we have C tag to center the text.

HeligPfleigh commented 4 years ago
@DilipSutharr For now this repo use escpos-printer-toolkit to send hex data to printer, and this one only supports those below tags Tags Description
C Center
D Medium font
B Large font
QR QR code

As the text alignment can be supported as mention in this, I'm considering about forking that repo and add more tag in next version

Description Hex code Tag
Justify left 0 L
Justify right 2 R
DilipSutharr commented 4 years ago

That will be great, Thank you