Skip to content

Commit

Permalink
*) created new 8 bit oldschool style font for possible future use
Browse files Browse the repository at this point in the history
*) main method is generalization of main method of ymageFontGenerator:
   it does not matter how many lines of how many bits a font is made of
   as long as the values stay the same within the font -> use this class as 
   a template for your own font generators and be a happy camper
*) main method checks if font is valid (96 characters, all letters must have
   same number of lines and same number of bits per line)
*) ***** I have not checked if the result is really a valid font so far. *****


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3552 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
low012 committed Apr 5, 2007
1 parent 2507082 commit 4400acc
Showing 1 changed file with 907 additions and 0 deletions.

0 comments on commit 4400acc

Please sign in to comment.