mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Set fixed row height in Codablock-F
This commit is contained in:
@@ -983,8 +983,8 @@ int codablock(struct zint_symbol *symbol, unsigned char source[], int length) {
|
|||||||
strcat(dest, C128Table[pOutput[r * columns + c]]);
|
strcat(dest, C128Table[pOutput[r * columns + c]]);
|
||||||
}
|
}
|
||||||
expand(symbol, dest);
|
expand(symbol, dest);
|
||||||
|
symbol->row_height[r] = 10;
|
||||||
}
|
}
|
||||||
set_minimum_height(symbol, 8);
|
|
||||||
|
|
||||||
if (!(symbol->output_options & BARCODE_BIND)) {
|
if (!(symbol->output_options & BARCODE_BIND)) {
|
||||||
symbol->output_options += BARCODE_BIND;
|
symbol->output_options += BARCODE_BIND;
|
||||||
|
|||||||
Reference in New Issue
Block a user