NumericShaper.AllRanges Field

Definition

Caution

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

Identifies all ranges, for full contextual shaping.

[Android.Runtime.Register("ALL_RANGES")]
[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 AllRanges = 524287;
[<Android.Runtime.Register("ALL_RANGES")>]
[<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 AllRanges : Java.Awt.Font.Ranges

Field Value

Value = 524287
Attributes

Remarks

Identifies all ranges, for full contextual shaping.

This constant specifies all of the bit mask-based ranges. Use EmunSet.allOf(NumericShaper.Range.class) to specify all of the enum-based ranges.

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

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