[Bug 10762] Make it possible to adjust the barcode height and width on labels
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762 --- Comment #62 from David Cook <dcook@prosentient.com.au> --- (In reply to Bernardo Gonzalez Kriegel from comment #3)
Currently generated barcodes are images produced using GD::Barcode. It's not possible to set font size for numbers.
This is actually false in multiple ways. Firstly, the barcodes aren't images generated by GD::Barcode. GD::Barcode just produces the numeric barcode sequence. PDF::Reuse::Barcode then creates vector graphics in the PDF. It's pretty neat. Secondly, the barcode numbers are text. You can verify this by going into the PDF generated by the label creator, highlighting the barcode number, copying it, and pasting it elsewhere. That said, the barcode number is generated by PDF::Reuse::Barcode rather than C4::Labels::Label. And the font size is hard-coded in PDF::Reuse::Barcode. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org