https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762
--- Comment #62 from David Cook <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
