Provided by: libtickit-widget-scroller-perl_0.27-1_all
NAME
"Tickit::Widget::Scroller::Item::RichText" - static text with render attributes
SYNOPSIS
use Tickit::Widget::Scroller; use Tickit::Widget::Scroller::Item::RichText; use String::Tagged; my $str = String::Tagged->new( "An important message" ); $str->apply_tag( 3, 9, b => 1 ); my $scroller = Tickit::Widget::Scroller->new; $scroller->push( Tickit::Widget::Scroller::Item::RichText->new( $str ) );
DESCRIPTION
This subclass of Tickit::Widget::Scroller::Item::Text draws static text with rendering attributes, used to apply formatting. The attributes are stored by supplying the text in an instance of a String::Tagged object. The recognised attributes are those of Tickit::Pen, taking the same names and values.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk> perl v5.32.1 2021-11-Tickit::Widget::Scroller::Item::RichText(3pm)