mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 14:55:20 -04:00
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:
parent
ae44cf2d33
commit
1c540a6382
4 changed files with 1720 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue