freebsd-ports/graphics/p5-GD-TextUtil/pkg-descr
Doug Barton 989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00

16 lines
495 B
Plaintext

This are Text utilities for use with the GD drawing package. This
package provides three modules:
GD::Text:
Provides information about a font, irrespective of whether the font
is a TTF or builtin font.
GD::Text::Align
Align a string around a coordinate, left, right, center, top, bottom
or center.
GD::Text::Wrap
Wrap a long string between a right and left margin, starting at a
certain y coordinate. Layout the text flush left, flush right,
center, or justified.