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
i try to print arabic or any other language it only print english
run examples\simple.rs printer .chain_font("C")? .chain_align("lt")? .chain_style("bu")? .chain_size(0, 0)? .chain_text("The quick brown fox jumps over the lazy do")? .chain_println("السلام عليكم")? .chain_barcode("12345678", "EAN8", "", "", 0, 0)? .chain_feed(1)? .chain_cut(false)? .flush()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i try to print arabic or any other language it only print english
run examples\simple.rs
printer
.chain_font("C")?
.chain_align("lt")?
.chain_style("bu")?
.chain_size(0, 0)?
.chain_text("The quick brown fox jumps over the lazy do")?
.chain_println("السلام عليكم")?
.chain_barcode("12345678", "EAN8", "", "", 0, 0)?
.chain_feed(1)?
.chain_cut(false)?
.flush()
The text was updated successfully, but these errors were encountered: