mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
Add Data Matrix ECC 000-140 and MicroQR
This commit is contained in:
parent
cc62769d2c
commit
d2ac6e7cb6
12 changed files with 3070 additions and 31 deletions
backend
|
@ -36,6 +36,8 @@
|
|||
#define AORB 96
|
||||
#define ABORC 97
|
||||
|
||||
#define DPDSET "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ*"
|
||||
|
||||
int list[2][170];
|
||||
|
||||
/* Code 128 tables checked against ISO/IEC 15417:2007 */
|
||||
|
@ -965,4 +967,3 @@ int ean_14(struct zint_symbol *symbol, unsigned char source[])
|
|||
|
||||
return error_number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue