1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 04:51:58 +00:00

- Add text_gap option to allow adjustment of vertical gap between

barcode and text
- EMF/EPS/SVG/GUI: ignore BOLD_TEXT for EAN/UPC
- DAFT: up max to 250 chars
- EMF/EPS/SVG: fix addon bars placement/length when text hidden
- Qt backend: use `QFontMetrics::horizontalAdvance()` rather than
  `boundingRect()` to calc text width (seems to be more accurate)
- library: make printf/sprintf() format arg always literal string
- output: fix errtxt nos clash;
  use array for `out_upcean_split_text()` text parts
- raster/vector: smallify addon text printing logic
- frontend: warn if output file and direct options both given;
  add TODO note about `CommandLineToArgvW()` loading shell32.dll
- manual: put HRT options in own section
This commit is contained in:
gitlost
2023-02-10 14:44:10 +00:00
parent ab2abccdb6
commit 90293ebcda
167 changed files with 2706 additions and 1734 deletions

View File

@@ -38,31 +38,31 @@
<rect x="196.00" y="0.00" width="2.00" height="100.00" />
<rect x="206.00" y="0.00" width="2.00" height="110.00" />
<rect x="210.00" y="0.00" width="2.00" height="110.00" />
<rect x="226.00" y="19.00" width="2.00" height="91.00" />
<rect x="230.00" y="19.00" width="4.00" height="91.00" />
<rect x="236.00" y="19.00" width="6.00" height="91.00" />
<rect x="246.00" y="19.00" width="2.00" height="91.00" />
<rect x="250.00" y="19.00" width="2.00" height="91.00" />
<rect x="254.00" y="19.00" width="2.00" height="91.00" />
<rect x="262.00" y="19.00" width="4.00" height="91.00" />
<rect x="268.00" y="19.00" width="2.00" height="91.00" />
<rect x="272.00" y="19.00" width="2.00" height="91.00" />
<rect x="282.00" y="19.00" width="2.00" height="91.00" />
<rect x="286.00" y="19.00" width="2.00" height="91.00" />
<rect x="292.00" y="19.00" width="2.00" height="91.00" />
<rect x="298.00" y="19.00" width="4.00" height="91.00" />
<rect x="304.00" y="19.00" width="2.00" height="91.00" />
<rect x="310.00" y="19.00" width="4.00" height="91.00" />
<rect x="318.00" y="19.00" width="2.00" height="91.00" />
<text x="12.00" y="116.00" text-anchor="end"
<rect x="226.00" y="16.90" width="2.00" height="93.10" />
<rect x="230.00" y="16.90" width="4.00" height="93.10" />
<rect x="236.00" y="16.90" width="6.00" height="93.10" />
<rect x="246.00" y="16.90" width="2.00" height="93.10" />
<rect x="250.00" y="16.90" width="2.00" height="93.10" />
<rect x="254.00" y="16.90" width="2.00" height="93.10" />
<rect x="262.00" y="16.90" width="4.00" height="93.10" />
<rect x="268.00" y="16.90" width="2.00" height="93.10" />
<rect x="272.00" y="16.90" width="2.00" height="93.10" />
<rect x="282.00" y="16.90" width="2.00" height="93.10" />
<rect x="286.00" y="16.90" width="2.00" height="93.10" />
<rect x="292.00" y="16.90" width="2.00" height="93.10" />
<rect x="298.00" y="16.90" width="4.00" height="93.10" />
<rect x="304.00" y="16.90" width="2.00" height="93.10" />
<rect x="310.00" y="16.90" width="4.00" height="93.10" />
<rect x="318.00" y="16.90" width="2.00" height="93.10" />
<text x="12.20" y="116.10" text-anchor="end"
font-family="Helvetica, sans-serif" font-size="20.0" >
9
</text>
<text x="70.00" y="116.00" text-anchor="middle"
<text x="71.00" y="116.10" text-anchor="middle"
font-family="Helvetica, sans-serif" font-size="20.0" >
780877
</text>
<text x="164.00" y="116.00" text-anchor="middle"
<text x="163.00" y="116.10" text-anchor="middle"
font-family="Helvetica, sans-serif" font-size="20.0" >
799306
</text>

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB