setTextDirection

Set the text direction heuristic. The default value is FIRSTSTRONG_LTR. On API 17 or before, text direction heuristics cannot be modified, so this method does nothing.

Return

PrecomputedTextCompat.Builder instance

Parameters

textDir

the text direction heuristic for resolving bidi behavior

See also