mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 12:07:42 +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:
@@ -25,21 +25,21 @@
|
||||
<rect x="110.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="114.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="118.00" y="0.00" width="2.00" height="110.00" />
|
||||
<rect x="134.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="138.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="144.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="152.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="158.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="164.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="170.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="176.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="180.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="190.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="194.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="198.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="206.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="212.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="216.00" y="19.00" width="4.00" height="81.00" />
|
||||
<rect x="226.00" y="19.00" width="2.00" height="81.00" />
|
||||
<rect x="134.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="138.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="144.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="152.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="158.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="164.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="170.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="176.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="180.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="190.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="194.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="198.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="206.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="212.00" y="16.90" width="2.00" height="83.10" />
|
||||
<rect x="216.00" y="16.90" width="4.00" height="83.10" />
|
||||
<rect x="226.00" y="16.90" width="2.00" height="83.10" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user