FreeBSD.software
Home/textproc/p5-Text-UnicodeBox

p5-Text-UnicodeBox

0.03

Text box drawing using the Unicode box symbols

Text::UnicodeBox is a low level box drawing interface. You'll most likely want to use one of the higher level modules such as Text::UnicodeBox::Table. The unicode box symbol table is a fairly robust set of symbols that allow you to draw lines and boxes with monospaced fonts. This module allows you to focus on the content of the boxes you need to draw and mostly ignore how to draw a good looking box with proper connections between all the lines. The low level approach is line-based. A box object is created, add_line is called for each line of content you'd like to render, and render is called to complete the box. Output is built up over time, which allows you to stream the output rather then buffering it and printing it in one go.

Origin: textproc/p5-Text-UnicodeBox
Category: textproc
Size: 56.5KiB
License: ART10, GPLv1+
Maintainer: sunpoet@FreeBSD.org
Dependencies: 3 packages
Required by: 1 packages
$pkg install p5-Text-UnicodeBox

Dependencies (3)

Required By (1 packages)

More in textproc