You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the coord of every rect and text should fixed with x += some offsetX (maybe x = x + 9)
after setContent(ean13 data)
the first TextBox x value in the Symbol object is -9
The text was updated successfully, but these errors were encountered:
You'll want to use setQuietZoneHorizontal(int) to add enough horizontal space to fit the prefix digit.
It may be a good idea to document this in the JavaDoc, and/or perhaps add some default horizontal quiet zone to EAN and UPC symbols. I'll keep this bug open as a reminder to look into this.
I found the method to fix the problem. but the Settings.java do not support the -w --whitesp parameter
The zint-qt whitesp support x & y two dimensions, as the zint commad line set both of x & y.
data = 123456789012
create the EAN13 svg
the coord of every rect and text should fixed with x += some offsetX (maybe x = x + 9)
after setContent(ean13 data)
the first TextBox x value in the Symbol object is -9
The text was updated successfully, but these errors were encountered: