Style

constructor(    font: Font,     textSize: Double = 16.0,     italic: Boolean = false,     bold: Boolean = false,     underline: Boolean = false,     color: RGBA? = null,     canBreak: Boolean = true)