korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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
)