Graphics::Primitive::Driver::GD::TextLayout - Text layout engine


SYNOPSIS

    my $tl = $driver->get_textbox_layout($comp);
    ...


DESCRIPTION

Implements the Graphics::Primitive::Driver::TextLayout manpage. Please refer to it's documentation for usage.


IMPLEMENTATION

This text layout engine uses the Text::Flow manpage 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.

 Graphics::Primitive::Driver::GD::TextLayout - Text layout engine