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
there is a new line for every text i print, like the example below how can i fix this?
.plainText("Text A"), .plainText("Text")
Text A Text B
.plainText("Text A\n Text B"), this works but i want to use the block w/ text alignment
The text was updated successfully, but these errors were encountered:
This is a really big deal, printing the sample ticket I got about 10 inches long! Also need to put text grouped for showing some tablet struct.
For now, I`m using processed images to fill these need, until got solutions this is a workaround.
Sorry, something went wrong.
let receipt = Receipt(.🖨️58(.ascii)) <<~ .style(.selectsCharacterFont(.c)) <<< "testing1" <<< "testing2" <<< "testing3" <<< "testing4" <<~ .page(.print)
No branches or pull requests
there is a new line for every text i print, like the example below
how can i fix this?
.plainText("Text A"),
.plainText("Text")
.plainText("Text A\n Text B"), this works but i want to use the block w/ text alignment
The text was updated successfully, but these errors were encountered: