mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
manual: add new ZINT_WARN_HRT_TRUNCATED warning;
add missing Table caption "Micro QR ECC Levels"; update README for pandoc-3.1.3; remove TODO Windows instructions which never worked and likely never will
This commit is contained in:
@ -1972,6 +1972,9 @@ detailing the nature of the error. The errors generated by Zint are:
|
||||
-------------------------------------------------------------------------------
|
||||
Return Value Meaning
|
||||
------------------------------ ------------------------------------------------
|
||||
ZINT_WARN_HRT_TRUNCATED The Human Readable Text returned in text was
|
||||
truncated (maximum 159 bytes).
|
||||
|
||||
ZINT_WARN_INVALID_OPTION One of the values in zint_struct was set
|
||||
incorrectly but Zint has made a guess at what it
|
||||
should have been and generated a barcode
|
||||
@ -2026,6 +2029,9 @@ detailing the nature of the error. The errors generated by Zint are:
|
||||
|
||||
ZINT_ERROR_NONCOMPLIANT Returned if warn_level set to WARN_FAIL_ALL and
|
||||
ZINT_WARN_NONCOMPLIANT occurs.
|
||||
|
||||
ZINT_ERROR_HRT_TRUNCATED Returned if warn_level set to WARN_FAIL_ALL and
|
||||
ZINT_WARN_HRT_TRUNCATED occurs.
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
: Table : API Warning and Error Return Values:
|
||||
@ -3746,6 +3752,8 @@ not available for any version, and ECC level Q is only available for version M4:
|
||||
3 Q Approx 55% of symbol Approx 25% M4
|
||||
----------------------------------------------------------------------
|
||||
|
||||
: Table : Micro QR ECC Levels:
|
||||
|
||||
The defaults for symbol size and ECC level depend on the input and whether
|
||||
either of them is specified.
|
||||
|
||||
|
Reference in New Issue
Block a user