psfedit - A simple editor for psf fonts
---------------------------------------
This is version 0.2.


Author
------
Alexander Grupe <grupe@heckmeck.de>


Documentation
-------------
http://www.stud.uni-hamburg.de/users/check/computerstuff/psf_tools.html


Changelog
---------
22-oct-2003
	Version 0.2
	
	+ Ability to store glyph data as PNG image files and to load
	  glyph data from PNG images
	  
	+ Extend character count to 512 (if it was 256 before) using
	  Unicode characters from U+e000 which are reserved for private
	  use.
	  
	  You can use this to put 128 x (8 x char_height) pixel images
	  into an existing 256 character font. Put a nice image into
	  your /etc/issue!
	  
	  The output sequences needed to display these unicode characters
	  on your Linux terminal are described in make_issue.java
	
06-oct-2003
	initial release
