Changelog
Changes
Moved space, spaceBefore, spaceAfter, offset to TextFormatter, see BitmapGlyph#formatter.
If requesting 0 space, returns empty MutableText.
TextFormatter
Instead of returning MutableText after calling each function, it sets text, example: formatter.spaceBefore(-128).spaceBefore(-64).offset(32).text.


