mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
parent
7c4afa49c9
commit
471aed7a69
29 changed files with 323 additions and 80 deletions
|
@ -1871,6 +1871,7 @@ unsigned int ZBarcode_Cap(int symbol_id, unsigned int cap_flag) {
|
|||
case BARCODE_HIBC_128: /* See CODE128 */
|
||||
case BARCODE_HIBC_PDF: /* See PDF417 */
|
||||
case BARCODE_HIBC_MICPDF: /* See PDF417 */
|
||||
case BARCODE_BC412: /* TODO: Find doc */
|
||||
break;
|
||||
default:
|
||||
result |= ZINT_CAP_COMPLIANT_HEIGHT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue