Changelog
BitmapGlyph
Utility class for better BitmapFontProvider usage, contains image, width, height, glyphWidth and glyphHeight (latest not-transparent pixels), better offset and space generator.
Get it using FontResourceManager.requestGlyph(path, height, ascent) or FontResourceManager.requestGlyph(path, ascent).
FontResourceManager
requestBitmap is now deprecated; use requestGlyph instead.
Other changes
- Improved stability.
- Fixed
nullvalues inspaceMap.


