in reply to Re: error message from GD::Barcode::Code39 module
in thread error message from GD::Barcode::Code39 module
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. :(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); }
|
|---|
| 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 |