1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00
(see gs1-syntax-engine PR #15, props Viktor Szépe)
This commit is contained in:
gitlost
2025-09-07 17:40:43 +01:00
parent 9b4d097516
commit ad95d8f2b0
26 changed files with 64 additions and 63 deletions

View File

@@ -386,7 +386,7 @@ colour picker.
![The colour picker tool](images/gui_colour.png){.pop}
(Note that to change the colours visually, the luminence slider, the long narrow
(Note that to change the colours visually, the luminance slider, the long narrow
column on the right, must be adjusted.) The color picker only deals in RGB(A),
and will overwrite any CMYK values with RGB(A) values once `"OK"` is selected.
@@ -1122,7 +1122,7 @@ Yes Vector (non-EMF) 2 0.1 N/A
Yes EMF 40 0.1 N/A
-----------------------------------------------------------------
Table: {#tbl:scaling_multiplers tag=": Scaling Multipliers and Minima"}
Table: {#tbl:scaling_multipliers tag=": Scaling Multipliers and Minima"}
### 4.9.1 Scaling by X-dimension and Resolution
@@ -3412,7 +3412,7 @@ A warning will be generated if the Service Code, the Destination Country Code,
or the last 10 characters of the Tracking Number are non-numeric.
Zint formats the Human Readable Text as specified by DPD, leaving out the
identication tag, and adds a modulo-36 check character to the text (not to the
identification tag, and adds a modulo-36 check character to the text (not to the
barcode itself), thus:
`PPPP PPP TTTT TTTT TTTT TT SSS CCC D`
@@ -4957,7 +4957,7 @@ countries.
Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other
countries.
The Zint logo is derived from "SF Planetary Orbiter" font by ShyFoundary.
The Zint logo is derived from "SF Planetary Orbiter" font by ShyFoundry.
Zint.org.uk website design and hosting provided by Robert Elliott.
@@ -5225,7 +5225,7 @@ package require zint
zint help
```
which will show the usage message, with options very similiar to the Zint CLI.
which will show the usage message, with options very similar to the Zint CLI.
(One notable difference is that boolean options such as `-bold` take a `1` or
`0` as an argument.)