Closed DilipSutharr closed 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 |
That will be great, Thank you
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.