ParagraphIntrinsics
Kotlin
|Java
interface ParagraphIntrinsics
androidx.compose.ui.text.ParagraphIntrinsics |
Calculates and presents the intrinsic width and height of text.
Summary
Properties | |
---|---|
abstract Float |
Returns the smallest width beyond which increasing the width never decreases the height. |
abstract Float |
The width for text if all soft wrap opportunities were taken. |
Properties
maxIntrinsicWidth
abstract val maxIntrinsicWidth: Float
Returns the smallest width beyond which increasing the width never decreases the height.
minIntrinsicWidth
abstract val minIntrinsicWidth: Float
The width for text if all soft wrap opportunities were taken.