Java.Awt.Font.NumericShaper: Method Members

The methods of Java.Awt.Font.NumericShaper are listed below. For a list of all members, see the NumericShaper Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
GetContextualShaper(Ranges) : NumericShaper
Gets the NumericShaper for the specified unicode ranges.
static
GetContextualShaper(Ranges, int) : NumericShaper
Gets the NumericShaper for the specified unicode ranges and default unicode range.
static
GetShaper(Ranges) : NumericShaper
Gets a NumericShaper for the specified unicode range.
Shape(char[], int, int)
Transforms the encoding of the text, starting from the character at index start and transforming count characters.
Shape(char[], int, int, int)
Transforms the encoding of the text, starting from the character at index start and transforming count characters, using the specified context.