From: Arnar Mar Hrafnkelsson Date: Fri, 31 May 2002 13:05:05 +0000 (+0000) Subject: Fixed missing word in pod doc, thanks Juerd. X-Git-Tag: Imager-0.48^2~362 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/f692290622962b7b1f6f8f5943f10b42cf1cf6bd Fixed missing word in pod doc, thanks Juerd. --- diff --git a/lib/Imager/Font.pm b/lib/Imager/Font.pm index fc041f25..3100b62f 100644 --- a/lib/Imager/Font.pm +++ b/lib/Imager/Font.pm @@ -328,7 +328,7 @@ the string method of the Imager class. <$global_descent> is the how far down the lowest letter of the entire font reaches below the baseline (this is often j). C<$pos_width> is how wide the string from from the starting position is. The total width of the string is -C<$pos_width-$neg_width>. C<$descent> and C<$ascent> are the as +C<$pos_width-$neg_width>. C<$descent> and C<$ascent> are the same as <$global_descent> and <$global_ascent> except that they are only for the characters that appear in the string. Obviously we can stuff all the results into an array just as well: