Layout.IsRtlCharAt(Int32) Method

Definition

Returns true if the character at offset is right to left (RTL).

[Android.Runtime.Register("isRtlCharAt", "(I)Z", "GetIsRtlCharAt_IHandler")]
public virtual bool IsRtlCharAt (int offset);
[<Android.Runtime.Register("isRtlCharAt", "(I)Z", "GetIsRtlCharAt_IHandler")>]
abstract member IsRtlCharAt : int -> bool
override this.IsRtlCharAt : int -> bool

Parameters

offset
Int32

the offset

Returns

true if the character is RTL, false if it is LTR

Attributes

Remarks

Returns true if the character at offset is right to left (RTL).

Java documentation for android.text.Layout.isRtlCharAt(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to