API documentation
class lime.text.Font
static function fromBytes(bytes:Bytes): Font
static function fromFile(path:String): Font
var ascender:Int
var descender:Int
var height:Int
var name:String
var numGlyphs:Int
var src:Dynamic
var underlinePosition:Int
var underlineThickness:Int
var unitsPerEM:Int
function new(?name:String): Void
function decompose(): NativeFontData
function getGlyph(character:String): Glyph
function getGlyphMetrics(glyph:Glyph): GlyphMetrics
function getGlyphs(?characters:String): Array<Glyph>
function renderGlyph(glyph:Glyph, fontSize:Int): Image
function renderGlyphs(glyphs:Array<Glyph>, fontSize:Int): Map<Glyph, Image>