NumericShaper.GetShaper(Ranges) Method

Definition

Returns a shaper for the provided unicode range.

[Android.Runtime.Register("getShaper", "(I)Ljava/awt/font/NumericShaper;", "")]
public static Java.Awt.Font.NumericShaper? GetShaper (Java.Awt.Font.Ranges singleRange);
[<Android.Runtime.Register("getShaper", "(I)Ljava/awt/font/NumericShaper;", "")>]
static member GetShaper : Java.Awt.Font.Ranges -> Java.Awt.Font.NumericShaper

Parameters

singleRange
Ranges

the specified Unicode range

Returns

a non-contextual numeric shaper

Attributes

Remarks

Returns a shaper for the provided unicode range. All Latin-1 (EUROPEAN) digits are converted to the corresponding decimal unicode digits.

Java documentation for java.awt.font.NumericShaper.getShaper(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