GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Text::UnicodeBox::Utility(3) User Contributed Perl Documentation Text::UnicodeBox::Utility(3)

Text::UnicodeBox::Utility

This module is part of the low level interface to Text::UnicodeBox; you probably don't need to use it directly.

The following methods are exportable by name.

  my $character = fetch_box_character( vertical => 'heavy' );

Same as "find_box_unicode_name" but returns the actual symbol.

Given a list of directions and styles, find a matching unicode name that can represent the symbol. Returns undefined if no such symbol exists.

The spec may contain keys like so:

up
down
left
right
Provide a style for the named direction
horizontal
vertical
These are the same as having provided 'top' & 'bottom' or 'left' and 'right'

For each key, the value may be and empty string or the string '1' to default to the style 'light'. Otherwise, the value is the style you want the line segment to be ('light', 'heavy', 'double', 'single').

Takes the passed argument list to fetch_box_character() and normalizes the arguments in an idempotent fashion, returning the new spec list.

Copyright (c) 2012 Eric Waters and Shutterstock Images (http://shutterstock.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

Eric Waters <ewaters@gmail.com>
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.