Graphics::Primitive::Driver::TextLayout(3pm) | User Contributed Perl Documentation | Graphics::Primitive::Driver::TextLayout(3pm) |
Graphics::Primitive::Driver::TextLayout - TextLayout role
Graphics::Primitive::Driver::TextLayout is a role for Driver text layout engines.
package MyLayout; use Moose; with 'Graphics::Primitive::Driver::TextLayout'; ...
for(my $i = 0; $i < 3; $i++) { $textbox = $layout->slice($i * 80, 80); # render the text }
Cory Watson, "<gphat@cpan.org>"
Copyright 2008-2010 by Cory G Watson.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-06-14 | perl v5.34.0 |