Completeing port of changes in DrawSpineText API
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
7faa2f58b0
commit
17d95b579c
1 changed files with 3 additions and 3 deletions
|
@ -222,7 +222,7 @@ foreach $item (@resultsloop) {
|
||||||
DrawBarcode( $x_pos, $barcode_y, $barcode_height, $label_width,
|
DrawBarcode( $x_pos, $barcode_y, $barcode_height, $label_width,
|
||||||
$item->{'barcode'}, $barcodetype );
|
$item->{'barcode'}, $barcodetype );
|
||||||
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
||||||
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype );
|
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype, '1' );
|
||||||
|
|
||||||
CalcNextLabelPos();
|
CalcNextLabelPos();
|
||||||
|
|
||||||
|
@ -245,7 +245,7 @@ foreach $item (@resultsloop) {
|
||||||
CalcNextLabelPos();
|
CalcNextLabelPos();
|
||||||
drawbox( $x_pos, $y_pos, $label_width, $label_height ) if $guidebox;
|
drawbox( $x_pos, $y_pos, $label_width, $label_height ) if $guidebox;
|
||||||
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
||||||
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype );
|
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype, '1' );
|
||||||
|
|
||||||
CalcNextLabelPos();
|
CalcNextLabelPos();
|
||||||
}
|
}
|
||||||
|
@ -254,7 +254,7 @@ foreach $item (@resultsloop) {
|
||||||
elsif ( $printingtype eq 'BIB' ) {
|
elsif ( $printingtype eq 'BIB' ) {
|
||||||
drawbox( $x_pos, $y_pos, $label_width, $label_height ) if $guidebox;
|
drawbox( $x_pos, $y_pos, $label_width, $label_height ) if $guidebox;
|
||||||
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
DrawSpineText( $x_pos, $y_pos, $label_height, $label_width, $fontname, $fontsize,
|
||||||
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype );
|
$left_text_margin, $text_wrap_cols, \$item, \$conf_data, $printingtype, '0' );
|
||||||
CalcNextLabelPos();
|
CalcNextLabelPos();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue