mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Add whitespace_height to zint_symbol (vertical whitespace)
This commit is contained in:
@ -77,6 +77,7 @@ extern "C" {
|
||||
int symbology;
|
||||
int height; /* Height in X-dims (ignored for fixed-width barcodes) */
|
||||
int whitespace_width; /* Width in X-dims of whitespace to left/right of barcode */
|
||||
int whitespace_height; /* Height in X-dims of whitespace above and below the barcode */
|
||||
int border_width; /* Size of border in X-dims */
|
||||
int output_options;
|
||||
char fgcolour[10]; /* Foreground as RGB/RGBA hexadecimal string */
|
||||
|
Reference in New Issue
Block a user