Font

fun Font(    size: Number = DEFAULT_FONT_SIZE,     color: Color = Color.BLACK,     family: String = "Arial",     fontWeight: Font.FontWeight = FontWeight.NORMAL,     fontStyle: Font.FontStyle = FontStyle.NORMAL)

Creates a Font.