NAME
Ascii::Text::Font::Straight - Straight font
VERSION
Version 0.17
SYNOPSIS
use Ascii::Text::Font::Straight;
my $font = Ascii::Text::Font::Straight->new();
$font->character_A;
SUBROUTINES/METHODS
new
Instantiate a new Ascii::Text::Font::Straight object.
my $font = Ascii::Text::Font::Straight->new();
character_A
/\
/--\
character_B
__
|__)
|__)
character_C
__
/
\__
character_D
__
| \
|__/
character_E
__
|_
|__
character_F
__
|_
|
character_G
__
/ _
\__)
character_H
|__|
| |
character_I
|
|
character_J
|
__)
character_K
|_/
| \
character_L
|
|__
character_M
|\/|
| |
character_N
|\ |
| \|
character_O
__
/ \
\__/
character_P
__
|__)
|
character_Q
__
/ \
\_\/
character_R
__
|__)
| \
character_S
__
(_
__)
character_T
___
|
|
character_U
/ \
\__/
character_V
\ /
\/
character_W
| |
|/\|
character_X
\_/
/ \
character_Y
\_/
|
character_Z
___
_/
/__
character_a
_
(_|
character_b
|_
|_)
character_c
_
(_
character_d
_|
(_|
character_e
_
(-
character_f
_
(_
|
character_g
_
(_)
_/
character_h
|_
| )
character_i
.
|
character_j
.
|
/
character_k
|
|(
character_l
|
|
character_m
_
|||
character_n
_
| )
character_o
_
(_)
character_p
_
|_)
|
character_q
_
(_|
|
character_r
_
|
character_s
_
_)
character_t
|_
|_
character_u
|_|
character_v
\/
character_w
\)/
character_x
)(
character_y
\/
/
character_z
_
/_
character_0
__
/ \
\__/
character_1
/|
|
character_2
__
_)
/__
character_3
__
_)
__)
character_4
|__|
|
character_5
__
|_
__)
character_6
__
/__
\__)
character_7
___
/
/
character_8
__
(__)
(__)
character_9
__
(__\
__/
AUTHOR
LNATION, <email at lnation.org>
BUGS
Please report any bugs or feature requests to bug-ascii-text at rt.cpan.org
, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Ascii-Text. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Ascii::Text
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2024 by LNATION.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)