Java.Awt.Font.NumericShaper.Shape Method
Transforms the encoding of the text, starting from the character at index start and transforming count characters, using the specified context.

Syntax

[Android.Runtime.Register("shape", "([CIII)V", "")]
public void Shape (char[] text, int start, int count, int context)

Parameters

text
the text to be shaped.
start
the start offset of the text.
count
the number of characters to be shaped.
context
the context to be used for shaping.

Remarks

Transforms the encoding of the text, starting from the character at index start and transforming count characters, using the specified 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