mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 20:14:28 -04:00
FAST_MODE: update manual.txt ([b36fba])
This commit is contained in:
parent
b36fba8ba6
commit
eabf2ea10e
2 changed files with 7 additions and 4 deletions
|
@ -283,6 +283,7 @@ extern "C" {
|
|||
#define GS1NOCHECK_MODE 0x0020 /* Do not check validity of GS1 data (except that printable ASCII only) */
|
||||
#define HEIGHTPERROW_MODE 0x0040 /* Interpret `height` as per-row rather than as overall height */
|
||||
#define FAST_MODE 0x0080 /* Use faster if less optimal encodation for symbologies that support it */
|
||||
/* Note: only DATAMATRIX currently */
|
||||
|
||||
/* Data Matrix specific options (`symbol->option_3`) */
|
||||
#define DM_SQUARE 100 /* Only consider square versions on automatic symbol size selection */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue