toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.bitmapfont
/
drawText
draw
Text
fun
BitmapFont
.
drawText
(
ctx
:
RenderContext
,
textSize
:
Double
,
str
:
String
,
x
:
Int
,
y
:
Int
,
m
:
Matrix
=
Matrix.IDENTITY
,
colMul
:
RGBA
=
Colors.WHITE
,
blendMode
:
BlendMode
=
BlendMode.INHERIT
,
filtering
:
Boolean
=
true
)
fun
RenderContext
.
drawText
(
font
:
BitmapFont
,
textSize
:
Double
,
str
:
String
,
x
:
Int
,
y
:
Int
,
m
:
Matrix
=
Matrix.IDENTITY
,
colMul
:
RGBA
=
Colors.WHITE
,
blendMode
:
BlendMode
=
BlendMode.INHERIT
,
filtering
:
Boolean
=
true
)