mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-13 06:34:32 -04:00
Add HIBC support
This commit is contained in:
parent
0a6961506f
commit
099dd11fcc
6 changed files with 135 additions and 3 deletions
|
@ -223,7 +223,7 @@ int c39(struct zint_symbol *symbol, unsigned char source[])
|
|||
/* Stop character */
|
||||
concat (dest, "121121211");
|
||||
|
||||
if(symbol->symbology == BARCODE_LOGMARS) {
|
||||
if((symbol->symbology == BARCODE_LOGMARS) || (symbol->symbology == BARCODE_HIBC_39)) {
|
||||
/* LOGMARS uses wider 'wide' bars than normal Code 39 */
|
||||
for(i = 0; i < strlen(dest); i++) {
|
||||
if(dest[i] == '2') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue