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::Drpepper - Drpepper font

VERSION

Version 0.12

SYNOPSIS

        use Ascii::Text::Font::Drpepper;

        my $font = Ascii::Text::Font::Drpepper->new();

        $font->character_A;

SUBROUTINES/METHODS

new

Instantiate a new Ascii::Text::Font::Drpepper object.

        my $font = Ascii::Text::Font::Drpepper->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:

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)