NumericShaper.EasternArabic Field

Definition

Caution

This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.

Identifies the ARABIC range and ARABIC_EXTENDED decimal base.

[Android.Runtime.Register("EASTERN_ARABIC")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.", true)]
public const Java.Awt.Font.Ranges EasternArabic = 4;
[<Android.Runtime.Register("EASTERN_ARABIC")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Awt.Font.Ranges enum directly instead of this field.", true)>]
val mutable EasternArabic : Java.Awt.Font.Ranges

Field Value

Value = 4
Attributes

Remarks

Identifies the ARABIC range and ARABIC_EXTENDED decimal base.

Java documentation for java.awt.font.NumericShaper.EASTERN_ARABIC.

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