Java.Awt.Font.NumericShaper.GetContextualShaper Method
Gets the NumericShaper for the specified unicode ranges.

Syntax

[Android.Runtime.Register("getContextualShaper", "(I)Ljava/awt/font/NumericShaper;", "")]
public static NumericShaper GetContextualShaper ([Android.Runtime.GeneratedEnum] Ranges ranges)

Parameters

ranges
the unicode ranges.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the NumericShaper for the specified unicode ranges. The OR logical operation should be used for multiple ranges: NumericShaper.DEVANAGARI | NumericShaper.BENGALI. The NumericShaper returned by this method is contextual in that it supports multiple character ranges, depending on the context.

[Android Documentation]

Requirements

Namespace: Java.Awt.Font
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1