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
Requirements
Namespace: Java.Awt.Font
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1