The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Term::VTerm::GlyphInfo - glyph information for Term::VTerm

ACCESSORS

chars

   @chars = $info->chars

A list of Unicode character numbers. This list does not include the terminating 0.

width

   $width = $info->width

The width of this glyph in screen columns.

str

   $str = $info->str

A Unicode string containing the characters.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>