mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
14d1140d09
RMQR: update to new draft ISO/IEC JTC1/SC31N000 (Draft 2019-6-24); allow for righthand vertical timing pattern in populate_grid() ULTRA: update max size and min cols based on BWIPP 2021-07-14 update backend_tcl/zint_tcl.dsp: use /MD instead of /MT for tcl lib compat; change include/lib path to more standard one manual.txt: highlight that rMQR is still in development GUI: use cross-platform smaller font func instead of explicit values for notes |
||
---|---|---|
.. | ||
demo | ||
lib/zint | ||
tclconfig | ||
aclocal.m4 | ||
configure | ||
configure.in | ||
Makefile.in | ||
readme.txt | ||
zint_tcl.dsp | ||
zint.c |
zint tcl binding readme ----------------------- 2014-06-30 (C) Harald Oehlmann harald.oehlmann@users.sourceforge.net What: tcl binding for zint bar code generator library Build: The header files of a TCL and Tk build are required for the build. - MS-VC6 project file "zint_tcl.dsp" may be opened by the GUI. - Linux/Unix build is provided by the configure script. Thanks to Christian Werner for that. Usage: load zint.dll zint help Most options are identical to the command line tool. Details may be found in the zint manual. Demo: The demo folder contains a visual demo program.