0.8.5: Barcode support and misc fixes
- Support
<Barcode>
as both part of<Line>
and<Output>
- Supported barcode encodings: EAN-8, UPC-8, UPC-12, EAN-13, ISBN, Code39 (basic and extended), Code128 (B/C/full)
- Extended C and PHP API to support barcode from program code
- Extended documentation
- Fixed indentation of subsequent
<Line>
content when the lines grow over the previous<Image>
and<Barcode>
height - Small fixes thanks to
AddressSanitizer