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

Syntax

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

Parameters

ranges
the unicode ranges.
defaultContext
the default, starting context.

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the NumericShaper for the specified unicode ranges and default unicode range. The defaultContext parameter is used as the starting context (which indicates the language/script being used). 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