texts

fun texts(texts: List<String>, positions: List<Vector2>, visible: Boolean = true, glyphOutput: GlyphOutput? = null)(source)

Draws a list of texts at the specified positions.

Parameters

texts

A list of text strings to be drawn.

positions

A list of positions corresponding to each text string.

visible

A flag indicating whether the texts should be visible. Default is true.

glyphOutput

An optional parameter for glyph output configuration.