Graphics::Primitive::Driver::Cairo::TextLayout - Text layout engine
Contents
Copyright And License
This software is copyright (c) 2016 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.34.0 2022-06-14 Graphics::Primi...iro::TextLayout(3pm)
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.
Name
Graphics::Primitive::Driver::Cairo::TextLayout - Text layout engine
Synopsis
my $driver = Graphics::Primitive::Driver::Cairo->new(format => 'PDF');
my $comp = Graphics::Primitive::TextBox->new;
my $tl = $driver->get_textbox_layout($comp);
Version
version 0.47
