View | Details | Raw Unified | Return to bug 7111
Collapse All | Expand All

(-)a/labels/label-print-pdf.pl (-4 lines)
Lines 83-92 my $margin = $top_margin; Link Here
83
my $left_text_margin = 3;       # FIXME: This value should not be hardcoded
83
my $left_text_margin = 3;       # FIXME: This value should not be hardcoded
84
my $str;
84
my $str;
85
85
86
prInitVars();
87
$| = 1;
88
prFile();
89
90
# Some peritent notes from PDF::Reuse regarding prFont()...
86
# Some peritent notes from PDF::Reuse regarding prFont()...
91
# If a font wasn't found, Helvetica will be set.
87
# If a font wasn't found, Helvetica will be set.
92
# These names are always recognized: Times-Roman, Times-Bold, Times-Italic, Times-BoldItalic, Courier, Courier-Bold,
88
# These names are always recognized: Times-Roman, Times-Bold, Times-Italic, Times-BoldItalic, Courier, Courier-Bold,

Return to bug 7111