rageworx / fltk-cpp-barcode

code128, EAN13 and QR code generator for FLTK C++, not JAVA
0 stars 0 forks source link

EAN13 with TTF rendering #2

Open rageworx opened 1 year ago

rageworx commented 1 year ago

EAN13 actually requires each text render as like ... image

rageworx commented 1 year ago

Implemented variable length for start, middle, endcode. image

rageworx commented 1 year ago

There's a bug in middle code length.

rageworx commented 1 year ago

Fixed wrong middle code length drawing. image

rageworx commented 1 year ago

Hmm ... strange ... image

rageworx commented 1 year ago

Ok, looks fine. image

rageworx commented 1 year ago

Testing corrected position with background filling. image