Example usage for Java android.text TextDirectionHeuristics fields, constructors, methods, implement or subclass
The text is from its open source code.
TextDirectionHeuristic | LTR Always decides that the direction is left to right. |
TextDirectionHeuristic | RTL Always decides that the direction is right to left. |
TextDirectionHeuristic | FIRSTSTRONG_LTR Determines the direction based on the first strong directional character, including bidi format chars, falling back to left to right if it finds none. |