mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-19 01:35:10 -04:00
- Add text_gap
option to allow adjustment of vertical gap between
barcode and text - EMF/EPS/SVG/GUI: ignore BOLD_TEXT for EAN/UPC - DAFT: up max to 250 chars - EMF/EPS/SVG: fix addon bars placement/length when text hidden - Qt backend: use `QFontMetrics::horizontalAdvance()` rather than `boundingRect()` to calc text width (seems to be more accurate) - library: make printf/sprintf() format arg always literal string - output: fix errtxt nos clash; use array for `out_upcean_split_text()` text parts - raster/vector: smallify addon text printing logic - frontend: warn if output file and direct options both given; add TODO note about `CommandLineToArgvW()` loading shell32.dll - manual: put HRT options in own section
This commit is contained in:
parent
ab2abccdb6
commit
90293ebcda
167 changed files with 2706 additions and 1734 deletions
|
@ -364,7 +364,7 @@ int testContinue(const testCtx *const p_ctx, const int i) {
|
|||
|
||||
/* Helper to set common symbol fields */
|
||||
int testUtilSetSymbol(struct zint_symbol *symbol, int symbology, int input_mode, int eci, int option_1, int option_2,
|
||||
int option_3, int output_options, char *data, int length, int debug) {
|
||||
int option_3, int output_options, const char *data, int length, int debug) {
|
||||
symbol->symbology = symbology;
|
||||
if (input_mode != -1) {
|
||||
symbol->input_mode = input_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue