class openfl.gui.styles.FontStyle
Available on all platforms
... @author tienery
static var DEFAULT:FontStyle
static var HEADING:FontStyle
static var LINK:FontStyle
var color:Int
var size:Int
var underline:Bool
function new(size:Int, color:Int, underline:Bool):Void