- 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

@ -30,18 +30,18 @@
<rect x="138.00" y="0.00" width="2.00" height="100.00" />
<rect x="142.00" y="0.00" width="2.00" height="110.00" />
<rect x="146.00" y="0.00" width="2.00" height="110.00" />
<rect x="162.00" y="19.00" width="2.00" height="91.00" />
<rect x="166.00" y="19.00" width="4.00" height="91.00" />
<rect x="174.00" y="19.00" width="4.00" height="91.00" />
<rect x="182.00" y="19.00" width="2.00" height="91.00" />
<rect x="186.00" y="19.00" width="2.00" height="91.00" />
<rect x="192.00" y="19.00" width="2.00" height="91.00" />
<rect x="198.00" y="19.00" width="4.00" height="91.00" />
<text x="48.00" y="116.00" text-anchor="middle"
<rect x="162.00" y="16.90" width="2.00" height="93.10" />
<rect x="166.00" y="16.90" width="4.00" height="93.10" />
<rect x="174.00" y="16.90" width="4.00" height="93.10" />
<rect x="182.00" y="16.90" width="2.00" height="93.10" />
<rect x="186.00" y="16.90" width="2.00" height="93.10" />
<rect x="192.00" y="16.90" width="2.00" height="93.10" />
<rect x="198.00" y="16.90" width="4.00" height="93.10" />
<text x="49.00" y="116.10" text-anchor="middle"
font-family="Helvetica, sans-serif" font-size="20.0" >
1234
</text>
<text x="114.00" y="116.00" text-anchor="middle"
<text x="113.00" y="116.10" text-anchor="middle"
font-family="Helvetica, sans-serif" font-size="20.0" >
5670
</text>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB