Home

Awesome

monoBitmapFontCreator

Simple ASCII (printable characters only) monospace bitmap/raster font web tool compatible with fbg library

Online version

Features

This tool does not support user-font out of the box but use the Web Font Loader library so any custom fonts can be used as input by including it in the CSS through font-face property and modifying the way Web Font Loader load the font by using the custom property (see library documentation).

You can also get rid of the font loader code part and call the render function with your font name if you use a custom font through CSS.

Rendering

This tool produce fixed width / height ASCII monospace bitmap font and does not produce a map file, each printable characters of the ASCII set should be linearly mapped in the rendering code.