-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text is not aligned center when print the bill #537
Comments
@surjannegi
and I somehow managed to center the dynamic content. Like this: |
Thanks @harsh8088 for your response, will this align the complete text center align ? Because I want to center align the specific text , not the complete text. |
Yes, I have added multiline center text too. Please have a look at my code here https://github.com/DantSu/ESCPOS-ThermalPrinter-Android/issues/538 |
I clicked on the above link , i can't see any code there .. |
Check the latest Open Issue(Font Issue): |
Thanks @harsh8088 , will check that |
Hi All, I want to thanks @DantSu for the library . I am using the library to print the bill using Android app.
I am generating the print string using StringBuilder class in java. When I center align text using "[C]" , but it does not completely center align .
Please find the attachment.
Any help is appreciated
The text was updated successfully, but these errors were encountered: