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::3x5 - 3x5 font

VERSION

Version 0.13

SYNOPSIS

Quick summary of what the module does.

        use Ascii::Text::Font::3x5;

        my $foo = Ascii::Text::Font::3x5->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

         #  
            
         #  
         ## 
            

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

        ### 
        # # 
        ### 
          # 
        ### 

PROPERTY

character_height

AUTHOR

AUTHOR, <EMAIL>

BUGS

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

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)