-
Notifications
You must be signed in to change notification settings - Fork 52
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
PosColumn PosAlign.right contains Japanese or Chinese,break line not correct #16
Comments
Some too, I'm working on modify source code |
You can use “flutter_pos_printer_platform” this lib! |
codeTable= "ISO_8859-15 "; use this "¥" |
@DuQuanzhong 感谢,但是这已经是上一家公司的事了,上一家已经倒闭了doge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please print like this!
row([
PosColumn(width:9, text: '豚肉・木耳と玉子炒め弁当', styles: PosStyles(align: PosAlign.left), containsChinese: true),
PosColumn(width:3, text: '¥1,990', styles: PosStyles(align: PosAlign.right), containsChinese: true),
])
'¥1,990' will be 2 lines for print!
The text was updated successfully, but these errors were encountered: