Help for this page

Select Code to Download


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