mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
90293ebcda
barcode and text - EMF/EPS/SVG/GUI: ignore BOLD_TEXT for EAN/UPC - DAFT: up max to 250 chars - EMF/EPS/SVG: fix addon bars placement/length when text hidden - Qt backend: use `QFontMetrics::horizontalAdvance()` rather than `boundingRect()` to calc text width (seems to be more accurate) - library: make printf/sprintf() format arg always literal string - output: fix errtxt nos clash; use array for `out_upcean_split_text()` text parts - raster/vector: smallify addon text printing logic - frontend: warn if output file and direct options both given; add TODO note about `CommandLineToArgvW()` loading shell32.dll - manual: put HRT options in own section |
||
---|---|---|
.. | ||
demo | ||
lib/zint | ||
tclconfig | ||
aclocal.m4 | ||
configure | ||
configure.ac | ||
Makefile.in | ||
pkgIndex.tcl.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.