mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
backend/tools/gen_eci_?b_h.php: get data from web (where possible)
and remove *.TXT from backend/tools/data, adding GB2312.TXT README manual: try to make scaling info more exact, and re-iterate no text printed for raster with scale < 1; move CLI HRT section up; add one-page docs/manual.html to git - should do same for 3.1M manual.pdf?? other: remove some no longer used backend/tools, readme-cmake
This commit is contained in:
@@ -112,8 +112,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--dotsize=NUMBER`
|
||||
|
||||
: Set the radius of the dots in dotty mode (`--dotty`). *NUMBER* is in multiples of the X-dimension, and may be
|
||||
floating-point. The default is 0.8.
|
||||
: Set the radius of the dots in dotty mode (`--dotty`). *NUMBER* is in X-dimensions, and may be floating-point. The
|
||||
default is 0.8.
|
||||
|
||||
`--dotty`
|
||||
|
||||
@@ -209,8 +209,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--guarddescent=NUMBER`
|
||||
|
||||
: For EAN/UPC symbols, set the height the guard bars descend below the main bars, where *NUMBER* is in multiples of
|
||||
the X-dimension. *NUMBER* may be floating-point.
|
||||
: For EAN/UPC symbols, set the height the guard bars descend below the main bars, where *NUMBER* is in X-dimensions.
|
||||
*NUMBER* may be floating-point.
|
||||
|
||||
`--guardwhitespace`
|
||||
|
||||
@@ -218,7 +218,7 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--height=NUMBER`
|
||||
|
||||
: Set the height of the symbol in multiples of the X-dimension. *NUMBER* may be floating-point.
|
||||
: Set the height of the symbol in X-dimensions. *NUMBER* may be floating-point.
|
||||
|
||||
`--heightperrow`
|
||||
|
||||
@@ -376,8 +376,8 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S
|
||||
|
||||
`--textgap=NUMBER`
|
||||
|
||||
: Adjust the gap between the barcode and the Human Readable Text (HRT). *NUMBER* is in multiples of the X-dimension,
|
||||
and may be floating-point. Maximum is 10; zero results in the default 1X being used.
|
||||
: Adjust the gap between the barcode and the Human Readable Text (HRT). *NUMBER* is in X-dimensions, and may be
|
||||
floating-point. Maximum is 10; zero results in the default 1X being used.
|
||||
|
||||
`--vers=INTEGER`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user