toggle menu
mosaic-runtime
0.14.0
common
switch theme
search in API
mosaic-runtime
/
com.jakewharton.mosaic.layout
/
DrawScope
/
drawText
draw
Text
abstract
fun
drawText
(
row
:
Int
,
column
:
Int
,
string
:
String
,
foreground
:
Color
=
Color.Unspecified
,
background
:
Color
=
Color.Unspecified
,
textStyle
:
TextStyle
=
TextStyle.Unspecified
)
abstract
fun
drawText
(
row
:
Int
,
column
:
Int
,
string
:
AnnotatedString
,
foreground
:
Color
=
Color.Unspecified
,
background
:
Color
=
Color.Unspecified
,
textStyle
:
TextStyle
=
TextStyle.Unspecified
)