
This is fnt2bdf.
It is a rudimentary convertor of .fnt format [Microsoft Windows (R) 
format fonts to .bdf (bitmap distribution format).
 
There are a lot of things this program could do but doesn't, but 
it will at least allow you to display .fnt fonts on X11 workstationns.
 
If anyone has any fixes or enhancements to this program, please 
notify me.  Thanks.

To compile: 
  1.  you must have a c++ compiler.  I use G++. You should too.
  
  2.  edit the Makefile to reflect your environment, and type 
      "make".
 

To use:
  1. type 
	fnt2bdf whatever.fnt  >whatever.bdf
 

