Add 'force Data Matrix to square symbol' option.

This commit is contained in:
hooper114 2009-08-14 16:52:08 +00:00
parent 17c504e724
commit 0d5c7cf9d3
2 changed files with 16 additions and 1 deletions

View file

@ -151,6 +151,8 @@ struct zint_symbol {
#define KANJI_MODE 3
#define SJIS_MODE 4
#define DM_SQUARE 100
#define WARN_INVALID_OPTION 2
#define ERROR_TOO_LONG 5
#define ERROR_INVALID_DATA 6