1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

PDF417 no longer uses option_3 for no. codewords so set default 0 & remove from Studio

This commit is contained in:
gitlost
2019-12-19 20:29:11 +00:00
parent fa9af12fc6
commit b00b227b4f
9 changed files with 215 additions and 57 deletions

View File

@@ -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;