mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-19 02:47:06 +00:00
Merge branch 'master' of git://zint.git.sourceforge.net/gitroot/zint/zint
Conflicts: backend/CMakeLists.txt backend/Makefile backend/Makefile.mingw backend/library.c backend/zint.h
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
<<<<<<< HEAD
|
||||
struct zint_render_line {
|
||||
float x, y, length, width;
|
||||
struct zint_render_line *next; /* Pointer to next line */
|
||||
@@ -43,6 +44,8 @@ struct zint_render {
|
||||
struct zint_render_string *strings; /* Pointer to first string */
|
||||
};
|
||||
|
||||
=======
|
||||
>>>>>>> 511fadef30c0f8634c6a7126edae0554914bcb92
|
||||
struct zint_symbol {
|
||||
int symbology;
|
||||
int height;
|
||||
@@ -68,10 +71,15 @@ struct zint_symbol {
|
||||
char *bitmap;
|
||||
int bitmap_width;
|
||||
int bitmap_height;
|
||||
<<<<<<< HEAD
|
||||
struct zint_render *rendered;
|
||||
};
|
||||
|
||||
|
||||
=======
|
||||
};
|
||||
|
||||
>>>>>>> 511fadef30c0f8634c6a7126edae0554914bcb92
|
||||
/* Tbarcode 7 codes */
|
||||
#define BARCODE_CODE11 1
|
||||
#define BARCODE_C25MATRIX 2
|
||||
|
||||
Reference in New Issue
Block a user