https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41718

--- Comment #2 from Chris Nighswonger 
<[email protected]> ---
(In reply to Chris Nighswonger from comment #0)
Correction:

>   my $strtop_len = $pdf->StrWidth($strtop, 'Courier', $font_size) * 1.5;

should read:

my $strtop_len = $pdf->StrWidth( $strtop, 'C', $font_size ) * 1.5;

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to