diff options
Diffstat (limited to 'graphics/p5-GDTextUtil/DESCR')
-rw-r--r-- | graphics/p5-GDTextUtil/DESCR | 15 |
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. |