in reply to Re: error message from GD::Barcode::Code39 module
in thread error message from GD::Barcode::Code39 module

I see the 111 row and this is the code
else { my($fW,$fH) = (GD::Font->Small->width, GD::Font->Small->height +); my $iWidth = length($sPtn); #Bar Image ($oGd, $cBlack) = GD::Barcode::plot($sPtn, $iWidth, $iHeight, +$fH, 0); #String $oGd->string(GD::Font->Small, (length($sPtn)-$fW*(length($sTxt +Wk)))/2, $iHeight - $fH, $sTxtWk, $cBlack); }
As you see on code there is a GD::Font setting. Is for this question wich I search GD::Font module, but I doesn't exist on CPAN site. :(

Replies are listed 'Best First'.
Re^3: error message from GD::Barcode::Code39 module
by ww (Archbishop) on Oct 23, 2006 at 13:50 UTC
    At that point, Google is your friend:
    Module Gd.Font ( http://gushee.net/matt/software/gd4o/doc/Gd.Font.html )

    and -- as alternates -- read "GD::Text" (UWinnipeg) and "GD::Simple" (CPAN, Lincoln Stein) UpdateThanks, monarch, for noting bad link...
          but :-( after chasing the "gushee.net" links, I'm not so sure it's useful!