mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
Allow Unicode in SVG output text
This commit is contained in:
parent
aa9edfb320
commit
636a18c74f
17 changed files with 208 additions and 155 deletions
|
@ -40,7 +40,7 @@ struct zint_symbol {
|
|||
int option_2;
|
||||
int option_3;
|
||||
int input_mode;
|
||||
char text[100];
|
||||
unsigned char text[100];
|
||||
int rows;
|
||||
int width;
|
||||
char primary[100];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue