mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 02:05:11 -04:00
Add font size option for SVG and EPS
This commit is contained in:
parent
8bb4d2ce86
commit
78d85bd72e
5 changed files with 55 additions and 42 deletions
|
@ -63,6 +63,7 @@ struct zint_symbol *ZBarcode_Create() {
|
|||
symbol->option_2 = 0;
|
||||
symbol->option_3 = 928; // PDF_MAX
|
||||
symbol->show_hrt = 1; // Show human readable text
|
||||
symbol->fontsize = 8;
|
||||
symbol->input_mode = DATA_MODE;
|
||||
strcpy(symbol->primary, "");
|
||||
memset(&(symbol->encoded_data[0][0]), 0, sizeof (symbol->encoded_data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue