Added smalltext option

Added an option which allows use of reduced size text.
Reduced size font information added to font.h.
This commit is contained in:
Robin Stuart 2010-12-19 22:23:59 +00:00
parent ae44cf2d33
commit 1c540a6382
4 changed files with 1720 additions and 61 deletions

View file

@ -182,6 +182,7 @@ struct zint_symbol {
#define BARCODE_BOX 4
#define BARCODE_STDOUT 8
#define READER_INIT 16
#define SMALL_TEXT 32
#define DATA_MODE 0
#define UNICODE_MODE 1