Template for Release Announcement
ANN: BDFfont v0.4 released - BDF font component support for Delphi
The latest version of BDFfont (v0.x) has been released. It can be downloaded here:
http://download.sourceforge.net/bdffont/BDFfont_v0.x.zip
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 avaiable.
*Included in this release:
v0.4
New storage method
* Glyphs are now all saved in one big BITMAP.
* Modified convertion to bitmap, now done when loading.
* Cleaned few functions
* BDF font can now be export to a BMP file (Feature request 799105)
* Assign space character when char is not present in the font (Tracker 796712)
* Draw a character to canvas not longer needs a bitmap convertion. It's as fast
as it can (tracker 798086)
*BDFfont links:
http://bdffont.sourceforge.net/
http://sourceforge.net/projects/bdffont
*For more information on BDF files, visit the following links:
Glyph Bitmap Distribution Format (BDF) Specification (v2.2). (c) ADOBE
http://partners.adobe.com/asn/developer/pdfs/tn/5005.BDF_Spec.pdf
Welcome to the BDFfont home page