How to render text with better resolution? #149
Unanswered
devfservant
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The font used for barcode interpretation lines is Also, don't send the PNG to the printer, send the ZPL! EDIT: Could it be that you are drawing the under |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have difficulties in rendering text with a good resolution.
We use
RobotoCondensed-Regular.ttf
font, downloaded from https://fonts.google.com/specimen/Roboto+Condensed.When we print the generated document on a zebra printer, it results in a poor readable label.
How could we improve the quality/resolution of the generated document?
We tested several things like:
DrawerOptions.RenderQuality
valueZplElementDrawer.draw(elements, labelWidth, labelHeight, printDensityDpmm)
parametersbut it had no effects.
Thank you for your help
Beta Was this translation helpful? Give feedback.
All reactions