mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio
This commit is contained in:
parent
fa9af12fc6
commit
b00b227b4f
9 changed files with 215 additions and 57 deletions
|
@ -62,7 +62,7 @@ struct zint_symbol *ZBarcode_Create() {
|
|||
symbol->scale = 1.0;
|
||||
symbol->option_1 = -1;
|
||||
symbol->option_2 = 0;
|
||||
symbol->option_3 = 928; // PDF_MAX
|
||||
symbol->option_3 = 0;
|
||||
symbol->show_hrt = 1; // Show human readable text
|
||||
symbol->fontsize = 8;
|
||||
symbol->input_mode = DATA_MODE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue