toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
Context2d
/
fillText
fill
Text
fun
fillText
(
text
:
String
,
pos
:
Point
)
inline
fun
fillText
(
text
:
String
,
pos
:
Point
,
font
:
Font
?
=
this.font
,
size
:
Number
=
this.fontSize
,
align
:
TextAlignment
=
this.alignment
,
color
:
Paint
?
=
null
)