Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.text
/
FastTextDrawScope
Fast
Text
Draw
Scope
@
Stable
data
class
FastTextDrawScope
(
constraints
:
Constraints
,
scope
:
DrawScope
)
Members
Constructors
Fast
Text
Draw
Scope
Link copied to clipboard
constructor
(
constraints
:
Constraints
,
scope
:
DrawScope
)
Functions
draw
Link copied to clipboard
inline
fun
draw
(
result
:
FastTextResult
,
drawBlock
:
DrawScope
.
(
FastTextResult
)
->
Unit
)
draw
Background
Link copied to clipboard
fun
drawBackground
(
result
:
FastTextResult
,
color
:
Color
)
draw
Text
Link copied to clipboard
fun
drawText
(
result
:
FastTextResult
,
color
:
Color
)
measure
Link copied to clipboard
fun
measure
(
measurer
:
TextMeasurer
,
text
:
String
,
style
:
TextStyle
)
:
FastTextResult