mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-22 19:25:10 -04:00
Add scale option and make whitespace and border options more consistent.
This commit is contained in:
parent
a2c76b76ae
commit
8a9e55fff1
4 changed files with 114 additions and 65 deletions
|
@ -37,3 +37,4 @@ int is_sane(char test_string[], unsigned char source[]);
|
|||
void lookup(char set_string[], char *table[], char data, char dest[]);
|
||||
int posn(char set_string[], char data);
|
||||
void expand(struct zint_symbol *symbol, char data[]);
|
||||
int is_stackable(int symbology);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue