mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-14 18:13:53 +00:00
API: add ZBarcode_Reset() to clear and restore zint_symbol to
its default state library: fix dealing with ZINT_WARN_HRT_TRUNCATED in `error_tag()` when `WARN_FAIL_ALL` set
This commit is contained in:
@@ -1747,7 +1747,8 @@ are assumed to be UTF-8 encoded.
|
||||
|
||||
If printing more than one barcode, the `zint_symbol` structure may be re-used by
|
||||
calling the `ZBarcode_Clear()` function after each barcode to free any output
|
||||
buffers allocated. The `zint_symbol` input members must be reset.
|
||||
buffers allocated. The `zint_symbol` input members must be reset. To fully
|
||||
restore `zint_symbol` to its default state, call `ZBarcode_Reset()` instead.
|
||||
|
||||
## 5.4 Buffering Symbols in Memory (raster)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user