BidiRun

class BidiRun(val end: Int, val level: Int)

Constructors

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

Properties

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

The unicode bidi embedding level (even ltr, odd rtl)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

The unicode bidi embedding level (even ltr, odd rtl)

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String