mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Add GS1 support to Data Matrix and Codablock-F
This commit is contained in:
parent
e527c45c2d
commit
8a71220ed6
3 changed files with 169 additions and 127 deletions
|
@ -202,6 +202,8 @@ int gs1_compliant(int symbology)
|
|||
case BARCODE_RSS_EXPSTACK_CC:
|
||||
case BARCODE_CODE16K:
|
||||
case BARCODE_AZTEC:
|
||||
case BARCODE_DATAMATRIX:
|
||||
case BARCODE_CODABLOCKF:
|
||||
result = 1;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue