LegacyLineHeightSpan

class LegacyLineHeightSpan(@Px @IntRange(from = 1) height: Int) : LineHeightSpan

Copy @RequiresApi(Build.VERSION_CODES.Q) Type from android.text.style.LineHeightSpan.Standard

Constructors

Link copied to clipboard
fun LegacyLineHeightSpan(@Px @IntRange(from = 1) height: Int)

Functions

Link copied to clipboard
open override fun chooseHeight(text: CharSequence, start: Int, end: Int, spanstartv: Int, lineHeight: Int, fm: Paint.FontMetricsInt)

Properties

Link copied to clipboard
val height: Int