We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用佳博的打印机 使用demo 打印金额时,添加了一个 人民币 符号¥ 结果打印出来是一个沃,应该是乱码了,别的文字没有发现异常。 还有就是打印的字体大小正好,但是文字感觉有些粗,如何能调细些啊。
The text was updated successfully, but these errors were encountered:
打印机模式在中文模式要用中文的人民币符号编码a3a4,a5是在codepage里面打印的,a3a4是这个符号的内码,所以要打印符号¥的地方,你替换为10进制的a3,a4试试。
或者你取消汉字打印模式,用a5。
Sorry, something went wrong.
No branches or pull requests
使用佳博的打印机 使用demo 打印金额时,添加了一个 人民币 符号¥ 结果打印出来是一个沃,应该是乱码了,别的文字没有发现异常。
还有就是打印的字体大小正好,但是文字感觉有些粗,如何能调细些啊。
The text was updated successfully, but these errors were encountered: