-
Notifications
You must be signed in to change notification settings - Fork 18
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
Column headings in tables are partially bold #35
Comments
Thanks for the update, appreciate it. The debugging tool sounds cool, looking forward to trying it out. I’ll test again once the new changes are available and update. |
All the recent changes have landed now, including the playground tool (in the tools directory). A hosted copy is also available at: https://point-of-sale.dev/receipt-printer/playground |
Hey, Thanks for the update and for introducing the playground tool—it's really helpful! I tested using the latest changes and still seeing the issue. |
The playground gives the right rendering and the commands also seem to look right. I've tested it on multiple printers and they all print with the full header in bold. So I am thinking it is the printer. Which type of printer are you using? And when you said you tested multiple printers, were they the same type or manufacturer? |
Printers are from different manufacturers. Tried on a local printer Shreyans MPT-III and Everycom EC400 |
Hey @NielsLeenheer, I hope you're doing well! I was wondering if there are any updates on when the latest version of the library will be available? |
If the playground shows it the right way, but the printer shows in a different way, than I am afraid it is the printer that is at fault. Some printers follow the ESC/POS specifications better than others. And there is very little I can do to work around it, as changing something for your printer will break stuff for others. I personally know the MPT-II printer is very peculiar, so the MPT-III may also have the same issues. |
Hey @NielsLeenheer |
Hi
I'm trying to print a table like:
When the header takes multiple lines only the last two lines are getting bold in the below print
Expected result: the first 2 lines should also be bold
The text was updated successfully, but these errors were encountered: