toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
TextShape
/
TextShape
Text
Shape
constructor
(
text
:
String
,
pos
:
Point
,
font
:
Font
?
,
fontSize
:
Double
,
clip
:
VectorPath
?
,
fill
:
Paint
?
,
stroke
:
Paint
?
,
align
:
TextAlignment
=
TextAlignment.TOP_LEFT
,
transform
:
Matrix
=
Matrix.IDENTITY
,
globalAlpha
:
Double
=
1.0
)