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.text
/
RichTextDataPlacements
/
Placement
Placement
data
class
Placement
(
val
text
:
String
,
val
pos
:
Point
,
val
size
:
Double
,
val
font
:
Font
,
val
fillStyle
:
Paint
?
,
val
stroke
:
Stroke
?
)
Members
Constructors
Placement
Link copied to clipboard
constructor
(
text
:
String
,
pos
:
Point
,
size
:
Double
,
font
:
Font
,
fillStyle
:
Paint
?
,
stroke
:
Stroke
?
)
Properties
fill
Style
Link copied to clipboard
val
fillStyle
:
Paint
?
font
Link copied to clipboard
val
font
:
Font
pos
Link copied to clipboard
val
pos
:
Point
size
Link copied to clipboard
val
size
:
Double
stroke
Link copied to clipboard
val
stroke
:
Stroke
?
text
Link copied to clipboard
val
text
:
String