summaryrefslogtreecommitdiff
path: root/graphics/p5-GDTextUtil/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /graphics/p5-GDTextUtil/DESCR
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'graphics/p5-GDTextUtil/DESCR')
-rw-r--r--graphics/p5-GDTextUtil/DESCR15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/p5-GDTextUtil/DESCR b/graphics/p5-GDTextUtil/DESCR
new file mode 100644
index 00000000000..c4c45455b6d
--- /dev/null
+++ b/graphics/p5-GDTextUtil/DESCR
@@ -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.