- or download this
$text->fillcolor('#ffffff');
$text->translate($x, $y);
($overflow_text, $height_remaining) = $text->paragraph(qq{text here},
+$width, $height);
- or download this
$y -= $height_remaining / 2;
- or download this
$text->fillcolor('#000000');
$text->translate($x, $y);
$text->paragraph(qq{text here}, $width, $height);