Static methods

@:value({ enumerateDeviceFonts : false })staticenumerateFonts(enumerateDeviceFonts:Bool = false):Array<Font>

staticfromBytes(bytes:ByteArray):Font

staticfromFile(path:String):Font

staticinlineregisterFont(font:Dynamic):Void

Constructor

new()

Variables

@:flash.propertyread onlyfontName:String

@:flash.propertyread onlyfontStyle:FontStyle

@:flash.propertyread onlyfontType:FontType

Methods

Inherited Variables

Inherited Methods

Defined by Font

getGlyph(character:String):Glyph

@:value({ characters : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^`'\"/\\&*()[]{}<>|:;_-+=?,. " })getGlyphs(characters:String = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^`'\"/\\&*()[]{}<>|):Array<Glyph>

renderGlyph(glyph:Glyph, fontSize:Int):Image

renderGlyphs(glyphs:Array<Glyph>, fontSize:Int):Map<Glyph, Image>