TextDirectionHeuristicCompat

Interface for objects that use a heuristic for guessing at the paragraph direction by examining text.

Functions

Link copied to clipboard
abstract fun isRtl(array: Array<Char>, start: Int, count: Int): Boolean
Guess if a chars array is in the RTL direction or not.
abstract fun isRtl(cs: CharSequence, start: Int, count: Int): Boolean
Guess if a CharSequence is in the RTL direction or not.