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::Thin - Thin Font

VERSION

Version 0.15

SYNOPSIS

Quick summary of what the module does.

        use Ascii::Text::Font::Thin;

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

        ...

EXTENDS

Ascii::Text::Font

SUBROUTINES/METHODS

space

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

        o
        .
        |
        `
         

character_j

            o
            .
            |
            |
        `---'

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

        ,--.
        `__|
           |
           '
        

PROPERTY

character_height

AUTHOR

AUTHOR, <EMAIL>

BUGS

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

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)