mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 18:25:12 -04:00
Add HEIGHTPERROW_MODE_input mode flag (#204)
backend_qt: add encodedWidth, encodedRows DBAR_EXPSTK: add max rows option (option_3) CODE16K/CODE49: add min rows option (option_1) GUI: HIBC xxx -> HIBC
This commit is contained in:
parent
96cf5aa668
commit
e14d9e99d5
36 changed files with 2453 additions and 608 deletions
|
@ -1441,6 +1441,7 @@ INTERNAL int composite(struct zint_symbol *symbol, unsigned char source[], int l
|
|||
linear->input_mode = symbol->input_mode;
|
||||
linear->output_options = symbol->output_options;
|
||||
linear->option_2 = symbol->option_2;
|
||||
linear->option_3 = symbol->option_3;
|
||||
/* If symbol->height given minimum row height will be returned, else default height */
|
||||
linear->height = symbol->height;
|
||||
linear->debug = symbol->debug;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue