BDFfont is a library to handle BDF font (Bitmap
Distribution Format file)
font with Delphi.
This library will solve the lack of support
for bitmap font on MS-Windows.
A complete documentation and few examples are
also available.
Get last revision at : http://sourceforge.net/projects/bdffont/
Copyright TridenT 2003 - Under GNU GPL licence
@Author TridenT @Todo Handle exception
from a file access error
-------------------------------------------------------------------------------} unit u_BDFfont;
...