Is there a program to generate bitmap fonts?

Is there a program to generate bitmap fonts?

Bitmap Font Generator. This program will allow you to generate bitmap fonts from TrueType fonts. The application generates both image files and character descriptions that can be read by a game for easy rendering of fonts. The program is freeware and open source, but a donation is greatly appreciated.

What kind of shader do I need for bmfont?

Needs special shader to render with, but saves a lot of memory Anti-aliasing, both through Windows native font smoothing and super sampling Select characters from text file, supports both UTF8 and UTF16 encoded files Import colored images as characters, supports: bmp, jpg, tga, dds, png Optional packing of characters with outline into 1 channel.

What kind of characters can I use in bmfont?

Selecting characters from file now supports both UTF-8 and UTF-16, with automatic detection via byte-order-mark. Fixed a bug where unicode subsets where not shown when disable undefined characters was unselected. Status bar shows character id for the character under the mouse cursor.

What are the fixes for bmfont-angelcode.com?

Fixed corrupt glyphs when rendering very large fonts (1000+ px) from glyph outline. Added autofit that automatically determines the max font size that fits in defined texture size. Fixed crash on startup if default font doesn’t have the Unicode chars in range 0-255.

Are there any other tools similar to bmfont?

GlyphCombiner – a Mac OS X tool by Binary Blobs for combining multiple bitmap fonts into a single atlas The following are some other tools that also generate output in the same format that I came up with for BMFont and that is widely used in the industry today. Fixed bug when invalid char glyph doesn’t fit when using auto-fitting.

Where can I find the source code for bmfont?

The source code is now available under the zlib license. Converted application to compile for Windows with Unicode to better support file and font names with international characters. Updated libpng to 1.6.19. Updated zlib to 1.2.8. Updated libjpeg to 9a. Updated libsquish to 1.13.