DESCR 495 B

12345678910111213141516
  1. This are Text utilities for use with the GD drawing package. This
  2. package provides three modules:
  3. GD::Text:
  4. Provides information about a font, irrespective of whether the font
  5. is a TTF or builtin font.
  6. GD::Text::Align
  7. Align a string around a coordinate, left, right, center, top, bottom
  8. or center.
  9. GD::Text::Wrap
  10. Wrap a long string between a right and left margin, starting at a
  11. certain y coordinate. Layout the text flush left, flush right,
  12. center, or justified.