Used internally via FlxBitmapFont.fromAngelCode to serialize text, xml or binary files exported from BMFont
FlxBitmapFont.fromAngelCode
5.6.0
See also:
flixel.graphics.frames.FlxBitmapFont.fromAngelCode
staticfromBytes(bytes:Bytes):BMFont
https://www.angelcode.com/products/bmfont/doc/file_format.html#bin
staticfromText(text:String):BMFont
staticfromXml(xml:Xml):BMFont
staticparse(data:FlxAngelCodeAsset):BMFont
chars:Array<BMFontChar>
common:BMFontCommon
info:BMFontInfo
@:value(null)kerning:Null<Array<BMFontKerning>> = null
pages:Array<BMFontPage>