다음을 통해 공유


Bidi.KeepBaseCombining Field

Definition

option bit for writeReordered(): keep combining characters after their base characters in RTL runs

[Android.Runtime.Register("KEEP_BASE_COMBINING", ApiSince=29)]
public const short KeepBaseCombining = 1;
[<Android.Runtime.Register("KEEP_BASE_COMBINING", ApiSince=29)>]
val mutable KeepBaseCombining : int16

Field Value

Value = 1
Attributes

Remarks

option bit for writeReordered(): keep combining characters after their base characters in RTL runs

Java documentation for android.icu.text.Bidi.KEEP_BASE_COMBINING.

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