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

Syntax

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

Parameters

text
the text to be shaped.
start
the start offset of the text.
count
the number of characters to be shaped.

Remarks

Transforms the encoding of the text, starting from the character at index start and transforming count characters.

[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