sily.logger.pixelfont

Not really optimised pixel font module. Contains 2 fonts. Probably going to be transformed to read "bitmaps" and moved in it's own module

5x6 
█▀▀▀▀       ▀█        
▀▀▀▀█           ▀▄ ▄▀  
▄▄▄▄█                 
3x4 
██▀       █▄█  
▄▄█    █▄▄  

Members

Functions

get3x4
dstring get3x4(string s)
get5x6
dstring get5x6(string s)
print3x4
void print3x4(string s)

Prints/Returns string in big unicode letters with size 4x6

print5x6
void print5x6(string s)

Prints/Returns string in big unicode letters with size 4x6

Meta