]> git.sur5r.net Git - glabels/commit
Added new barcode drawing primitives.
authorJim Evins <evins@snaught.com>
Sat, 10 Jul 2010 03:20:11 +0000 (23:20 -0400)
committerJim Evins <evins@snaught.com>
Sat, 10 Jul 2010 04:17:47 +0000 (00:17 -0400)
commite43f6397f295172646ed67456799c1fe6cbfb94a
tree12388b08982bc0072c538319a37deb9abcd59a15
parentf2ced22e6919c5311fb0467e0f07874d9e28e16d
Added new barcode drawing primitives.

Added a "Box" and a "String" barcode drawing primitives.  The box primitive
should be more natural for drawing actual boxes instead of lines.  The string
primitive allows an entire string to be rendered with a single interaction with
pango and cairo, rather than an interaction for each character.  There is no
need to try to implement kerning since pango will take care of the string as
a single layout.
src/bc-zint.c
src/bc.c
src/bc.h
src/label-barcode.c