mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 12:07:00 -04:00
Set fixed row height in Codablock-F
This commit is contained in:
parent
5402264ad9
commit
20c4509ecd
1 changed files with 1 additions and 1 deletions
|
@ -983,8 +983,8 @@ int codablock(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||
strcat(dest, C128Table[pOutput[r * columns + c]]);
|
||||
}
|
||||
expand(symbol, dest);
|
||||
symbol->row_height[r] = 10;
|
||||
}
|
||||
set_minimum_height(symbol, 8);
|
||||
|
||||
if (!(symbol->output_options & BARCODE_BIND)) {
|
||||
symbol->output_options += BARCODE_BIND;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue