littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.font
/
VectorFont
/
Text
Text
data
class
Text
(
var
text
:
String
=
""
,
var
pxScale
:
Int
=
16
,
var
color
:
Color
=
Color.BLACK
)
Types
Constructors
Properties
Constructors
Text
Link copied to clipboard
fun
Text
(
text
:
String
=
""
,
pxScale
:
Int
=
16
,
color
:
Color
=
Color.BLACK
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Link copied to clipboard
var
color
:
Color
id
Link copied to clipboard
val
id
:
Int
px
Scale
Link copied to clipboard
var
pxScale
:
Int
=
16
text
Link copied to clipboard
var
text
:
String