Improved 'look ahead test' from Annex P

This commit is contained in:
Robin Stuart 2016-02-13 07:37:24 +00:00
parent cbe5b32785
commit a57001d2ad
2 changed files with 211 additions and 87 deletions

View file

@ -53,6 +53,7 @@ extern int data_matrix_200(struct zint_symbol *symbol, unsigned char source[], i
#define MAXBARCODE 3116
#define DM_NULL 0
#define DM_ASCII 1
#define DM_C40 2
#define DM_TEXT 3