NAME
Graphics::Primitive::Driver::GD::TextLayout - Text layout engine
SYNOPSIS
my
$tl
=
$driver
->get_textbox_layout(
$comp
);
...
DESCRIPTION
Implements Graphics::Primitive::Driver::TextLayout. Please refer to it's documentation for usage.
IMPLEMENTATION
This text layout engine uses Text::Flow and GD FreeType features to layout text.
AUTHOR
Cory Watson, <gphat@cpan.org>
COPYRIGHT & LICENSE
Copyright 2010, Cold Hard Code, LLC
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.