in reply to Review request for PDF::API2 Tutorial
... from pod2text Content.pm ...my $hang_width = $text_object->advancewidth($arg{'-hang'});
So, if I call the subroutine with -hang => 30, intending to have a 30 PS point hanging indent, it'll actually set it to the width of the string "30".$width = $txt->advancewidth $string [, %textstate] Returns the width of the string based on all currently set text-attributes or on those overridden by %textstate.
|
|---|