Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.27 KB

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.

Build Status

Bitmap Fonts

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)

Examples

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

StageXL

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.