text

inline fun Container.text(    text: String,     textSize: Number = Text.DEFAULT_TEXT_SIZE,     color: RGBA = Colors.WHITE,     font: Resourceable<out Font> = DefaultTtfFontAsBitmap,     alignment: TextAlignment = TextAlignment.TOP_LEFT,     renderer: TextRenderer<String> = DefaultStringTextRenderer,     autoScaling: Boolean = Text.DEFAULT_AUTO_SCALING,     fill: Paint? = null,     stroke: Stroke? = null,     block: Text.() -> Unit = {}): Text