littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
VectorFont
/
TextBlock
/
TextBlock
Text
Block
fun
TextBlock
(
x
:
Float
=
0.0f
,
y
:
Float
=
0.0f
,
text
:
MutableList
<
VectorFont.Text
>
=
mutableListOf()
)