SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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.

View file

@ -0,0 +1,8 @@
${P5SITE}/GD/
${P5SITE}/GD/Text/
${P5SITE}/GD/Text.pm
${P5SITE}/GD/Text/Align.pm
${P5SITE}/GD/Text/Wrap.pm
@man man/man3p/GD::Text.3p
@man man/man3p/GD::Text::Align.3p
@man man/man3p/GD::Text::Wrap.3p