The StageXL BitmapFont library is an extension to the StageXL library and provides support for bitmap fonts.
NOTE: as of version 0.10.0-dev, StageXL_BitmapFont
requires a Dart 2 SDK.
Bitmap fonts can be created with different tools, here is just a short list of the most popular tools available:
bmGlyph http://www.bmglyph.com/screenshots (Mac)
Glyph Designer https://71squared.com/glyphdesigner (Mac and Windows)
BMFont http://www.angelcode.com/products/bmfont (Windows)
Littera http://kvazars.com/littera (Online)
http://www.stagexl.org/show/bitmapfont/simple/example.html
http://www.stagexl.org/show/bitmapfont/texture_atlas/example.html
http://www.stagexl.org/show/bitmapfont/tinting/example.html
http://www.stagexl.org/show/bitmapfont/distance_field/example.html
The StageXL library is intended for Flash developers who want to migrate their projects as well as their skills to HTML5. Therefore the library provides the familiar Flash API built on open web standards.
- StageXL homepage: http://www.stagexl.org
- StageXL on GitHub: https://github.com/bp74/StageXL