Text

constructor(    text: String,     textSize: Double = DEFAULT_TEXT_SIZE,     color: RGBA = Colors.WHITE,     font: Resourceable<out Font> = DefaultTtfFontAsBitmap,     alignment: TextAlignment = TextAlignment.TOP_LEFT,     renderer: TextRenderer<String> = DefaultStringTextRenderer,     autoScaling: Boolean = DEFAULT_AUTO_SCALING,     fill: Paint? = null,     stroke: Stroke? = null)