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.