|
Lines 203-208
sub draw_guide_grid {
Link Here
|
| 203 |
|
203 |
|
| 204 |
=head2 draw_text |
204 |
=head2 draw_text |
| 205 |
|
205 |
|
|
|
206 |
$patron_card->draw_text($pdf) |
| 207 |
|
| 208 |
Draws text to PDF output ($pdf) |
| 209 |
|
| 206 |
=cut |
210 |
=cut |
| 207 |
|
211 |
|
| 208 |
sub draw_text { |
212 |
sub draw_text { |
|
Lines 310-315
sub draw_text {
Link Here
|
| 310 |
|
314 |
|
| 311 |
=head2 draw_image |
315 |
=head2 draw_image |
| 312 |
|
316 |
|
|
|
317 |
$patron_card->draw_image($pdf) |
| 318 |
|
| 319 |
Draws images to PDF output ($pdf) |
| 320 |
|
| 313 |
=cut |
321 |
=cut |
| 314 |
|
322 |
|
| 315 |
sub draw_image { |
323 |
sub draw_image { |
|
Lines 335-340
sub draw_image {
Link Here
|
| 335 |
|
343 |
|
| 336 |
=head2 draw_barcode |
344 |
=head2 draw_barcode |
| 337 |
|
345 |
|
|
|
346 |
$patron_card->draw_barcode($pdf) |
| 347 |
|
| 348 |
Draws a barcode to PDF output ($pdf) |
| 349 |
|
| 338 |
=cut |
350 |
=cut |
| 339 |
|
351 |
|
| 340 |
sub _draw_barcode { # this is cut-and-paste from Label.pm because there is no common place for it atm... |
352 |
sub _draw_barcode { # this is cut-and-paste from Label.pm because there is no common place for it atm... |
| 341 |
- |
|
|