Skip to content
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

Cannot able to Print with Space between two row #35

Open
pradeep14598 opened this issue Feb 2, 2024 · 0 comments
Open

Cannot able to Print with Space between two row #35

pradeep14598 opened this issue Feb 2, 2024 · 0 comments

Comments

@pradeep14598
Copy link

pradeep14598 commented Feb 2, 2024

All text aligned to right side
There is no space between each row

Using HOIN 80mm POS Printer

PosStyles rightStyles=PosStyles(align: PosAlign.right, fontType: PosFontType.fontA); bytes += generator.row( [ PosColumn( text: 'Qty', width: 3,), PosColumn( text: 'Item', width: 3,), PosColumn( text: 'Price', width: 3,styles:rightStyles ), PosColumn( text: 'Total', width: 3,styles:rightStyles), ], );

image

@pradeep14598 pradeep14598 changed the title Row Text Alignment Cannot able to Print with Space between two row Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant