diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-24 17:18:05 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-24 17:18:05 +0000 |
commit | acabb051fcc521e27f40a79047277636f1bb1fbc (patch) | |
tree | ac36ede3eb220538e2b954fa4441c38f53d48256 /graphics/p5-GD-TextUtil/pkg-descr | |
parent | d961141ac6092a13ac54a3f36bf70af28d977a1f (diff) | |
download | ports-acabb051fcc521e27f40a79047277636f1bb1fbc.tar.gz ports-acabb051fcc521e27f40a79047277636f1bb1fbc.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-TextUtil/pkg-descr')
-rw-r--r-- | graphics/p5-GD-TextUtil/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/p5-GD-TextUtil/pkg-descr b/graphics/p5-GD-TextUtil/pkg-descr new file mode 100644 index 000000000000..0e70829237b6 --- /dev/null +++ b/graphics/p5-GD-TextUtil/pkg-descr @@ -0,0 +1,19 @@ +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. + + +--dima +dima@Chg.RU |