Provided by: libgraphics-primitive-driver-cairo-perl_0.46-1_all bug

NAME

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

VERSION

       version 0.46

SYNOPSIS

           my $driver = Graphics::Primitive::Driver::Cairo->new(format => 'PDF');

           my $comp = Graphics::Primitive::TextBox->new;

           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 Cairo's "toy text" API to layout text.

AUTHOR

       Cory G Watson <gphat@cpan.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2014 by Cold Hard Code, LLC.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.

perl v5.18.2                                20Graphics::Primitive::Driver::Cairo::TextLayout(3pm)