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

Ascii::Text::Font::Smkeyboard - Smkeyboard Font

VERSION

Version 0.14

SYNOPSIS

Quick summary of what the module does.

        use Ascii::Text::Font::Smkeyboard;

        my $foo = Ascii::Text::Font::Smkeyboard->new();

        ...

EXTENDS

Ascii::Text::Font

SUBROUTINES/METHODS

space

character_A

         ____ 
        ||A ||
        ||__||
        |/__\|

character_B

         ____ 
        ||B ||
        ||__||
        |/__\|

character_C

         ____ 
        ||C ||
        ||__||
        |/__\|

character_D

         ____ 
        ||D ||
        ||__||
        |/__\|

character_E

         ____ 
        ||E ||
        ||__||
        |/__\|

character_F

         ____ 
        ||F ||
        ||__||
        |/__\|

character_G

         ____ 
        ||G ||
        ||__||
        |/__\|

character_H

         ____ 
        ||H ||
        ||__||
        |/__\|

character_I

         ____ 
        ||I ||
        ||__||
        |/__\|

character_J

         ____ 
        ||J ||
        ||__||
        |/__\|

character_K

         ____ 
        ||K ||
        ||__||
        |/__\|

character_L

         ____ 
        ||L ||
        ||__||
        |/__\|

character_M

         ____ 
        ||M ||
        ||__||
        |/__\|

character_N

         ____ 
        ||N ||
        ||__||
        |/__\|

character_O

         ____ 
        ||O ||
        ||__||
        |/__\|

character_P

         ____ 
        ||P ||
        ||__||
        |/__\|

character_Q

         ____ 
        ||Q ||
        ||__||
        |/__\|

character_R

         ____ 
        ||R ||
        ||__||
        |/__\|

character_S

         ____ 
        ||S ||
        ||__||
        |/__\|

character_T

         ____ 
        ||T ||
        ||__||
        |/__\|

character_U

         ____ 
        ||U ||
        ||__||
        |/__\|

character_V

         ____ 
        ||V ||
        ||__||
        |/__\|

character_W

         ____ 
        ||W ||
        ||__||
        |/__\|

character_X

         ____ 
        ||X ||
        ||__||
        |/__\|

character_Y

         ____ 
        ||Y ||
        ||__||
        |/__\|

character_Z

         ____ 
        ||Z ||
        ||__||
        |/__\|

character_a

         ____ 
        ||a ||
        ||__||
        |/__\|

character_b

         ____ 
        ||b ||
        ||__||
        |/__\|

character_c

         ____ 
        ||c ||
        ||__||
        |/__\|

character_d

         ____ 
        ||d ||
        ||__||
        |/__\|

character_e

         ____ 
        ||e ||
        ||__||
        |/__\|

character_f

         ____ 
        ||f ||
        ||__||
        |/__\|

character_g

         ____ 
        ||g ||
        ||__||
        |/__\|

character_h

         ____ 
        ||h ||
        ||__||
        |/__\|

character_i

         ____ 
        ||i ||
        ||__||
        |/__\|

character_j

         ____ 
        ||j ||
        ||__||
        |/__\|

character_k

         ____ 
        ||k ||
        ||__||
        |/__\|

character_l

         ____ 
        ||l ||
        ||__||
        |/__\|

character_m

         ____ 
        ||m ||
        ||__||
        |/__\|

character_n

         ____ 
        ||n ||
        ||__||
        |/__\|

character_o

         ____ 
        ||o ||
        ||__||
        |/__\|

character_p

         ____ 
        ||p ||
        ||__||
        |/__\|

character_q

         ____ 
        ||q ||
        ||__||
        |/__\|

character_r

         ____ 
        ||r ||
        ||__||
        |/__\|

character_s

         ____ 
        ||s ||
        ||__||
        |/__\|

character_t

         ____ 
        ||t ||
        ||__||
        |/__\|

character_u

         ____ 
        ||u ||
        ||__||
        |/__\|

character_v

         ____ 
        ||v ||
        ||__||
        |/__\|

character_w

         ____ 
        ||w ||
        ||__||
        |/__\|

character_x

         ____ 
        ||x ||
        ||__||
        |/__\|

character_y

         ____ 
        ||y ||
        ||__||
        |/__\|

character_z

         ____ 
        ||z ||
        ||__||
        |/__\|

character_0

         ____ 
        ||0 ||
        ||__||
        |/__\|

character_1

         ____ 
        ||1 ||
        ||__||
        |/__\|

character_2

         ____ 
        ||2 ||
        ||__||
        |/__\|

character_3

         ____ 
        ||3 ||
        ||__||
        |/__\|

character_4

         ____ 
        ||4 ||
        ||__||
        |/__\|

character_5

         ____ 
        ||5 ||
        ||__||
        |/__\|

character_6

         ____ 
        ||6 ||
        ||__||
        |/__\|

character_7

         ____ 
        ||7 ||
        ||__||
        |/__\|

character_8

         ____ 
        ||8 ||
        ||__||
        |/__\|

character_9

         ____ 
        ||9 ||
        ||__||
        |/__\|

PROPERTY

character_height

AUTHOR

AUTHOR, <EMAIL>

BUGS

Please report any bugs or feature requests to bug-ascii::text::font::smkeyboard at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Ascii-Text-Font-Smkeyboard. 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::Font::Smkeyboard

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

This software is Copyright (c) 2020 by AUTHOR.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)