Skip to content
cross-platform bitmap font implementation
Haxe
Branch: v2
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Haxe
README.md

README.md

Component for rendering text with bitmap font on all openfl targets.

This set of classes is heavily based on classes from pixelizer (https://github.com/johanp/Pixelizer) from Johan Peitz (johanpeitz.com) and BitmapText class from HaxePunk (https://haxepunk.com/)

It suppots AngelCode, XNA and monospace bitmap fonts.

Text in this component can be: - scaled (with size property); - tinted; - have shadow or outline of specified color; - have custom spacings between lines and characters on lines; - multiline or single line; - wrapped by character or by word; - left, right aligned or centered; - and some other small features.

You can’t perform that action at this time.