mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
Converted zint_symbol structure usage to a more compressed format
This commit is contained in:
parent
90d301a6dc
commit
cb0e4e27e8
29 changed files with 447 additions and 341 deletions
|
@ -41,4 +41,7 @@ int posn(char set_string[], char data);
|
|||
void expand(struct zint_symbol *symbol, char data[]);
|
||||
int is_stackable(int symbology);
|
||||
int roundup(float input);
|
||||
int module_is_set(struct zint_symbol *symbol, int y_coord, int x_coord);
|
||||
void set_module(struct zint_symbol *symbol, int y_coord, int x_coord);
|
||||
void unset_module(struct zint_symbol *symbol, int y_coord, int x_coord);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue