BidiSpan

data class BidiSpan(val from: Int, val to: Int, val level: Int)

A bidi span records a range of text with a uniform bidi level. Even levels are LTR, odd levels are RTL.

Constructors

Link copied to clipboard
constructor(from: Int, to: Int, level: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val from: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
val to: Int