We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024dcab commit 469c671Copy full SHA for 469c671
barcode/writer.py
@@ -293,7 +293,7 @@ def render(self, code: list[str]):
293
# The last text block is always put after the last guard end
294
text["xpos"].append(text["end"][-1] + 4 * self.module_width)
295
296
- ypos += pt2mm(self.font_size)
+ ypos += pt2mm(self.font_size) + self.text_distance
297
298
# Split the ean into its blocks
299
blocks = self.text.split(" ")
0 commit comments