API documentation
class lime.graphics.Font
static function fromBytes(bytes:ByteArray): Font
static function fromFile(path:String): Font
var fontName:String
var glyphs:Map<Int, Map<Int, GlyphRect>>
var image:Image
function new(?fontName:String = null): Void
function createImage(): ImageBuffer
function decompose(): NativeFontData
function loadGlyphs(size:Int, ?glyphs:String = null): Void
function loadRange(size:Int, start:Int, end:Int): Void