NumericShaper.Shape メソッド

定義

オーバーロード

Shape(Char[], Int32, Int32)

start と start + count の間に出現するテキストの数字を変換します。

Shape(Char[], Int32, Int32, NumericShaper+Range)

start と start + count の間に出現するテキストの数字を変換します。

Shape(Char[], Int32, Int32, Int32)

指定されたコンテキストを使用して、開始と開始 + カウントの間に出現するテキストの数字を変換します。

Shape(Char[], Int32, Int32)

start と start + count の間に出現するテキストの数字を変換します。

[Android.Runtime.Register("shape", "([CII)V", "")]
public void Shape (char[]? text, int start, int count);
[<Android.Runtime.Register("shape", "([CII)V", "")>]
member this.Shape : char[] * int * int -> unit

パラメーター

text
Char[]

変換する文字の配列

start
Int32

インデックスを に変換 text して変換を開始する

count
Int32

変換する 内 text の文字数

属性

注釈

start と start + count の間に出現するテキストの数字を変換します。

の Java ドキュメント java.awt.font.NumericShaper.shape(char[], int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

Shape(Char[], Int32, Int32, NumericShaper+Range)

start と start + count の間に出現するテキストの数字を変換します。

[Android.Runtime.Register("shape", "([CIILjava/awt/font/NumericShaper$Range;)V", "", ApiSince=24)]
public void Shape (char[]? text, int start, int count, Java.Awt.Font.NumericShaper.Range? context);
[<Android.Runtime.Register("shape", "([CIILjava/awt/font/NumericShaper$Range;)V", "", ApiSince=24)>]
member this.Shape : char[] * int * int * Java.Awt.Font.NumericShaper.Range -> unit

パラメーター

text
Char[]

変換する文字の配列

start
Int32

インデックスをコードテキスト</コード>>に<変換して変換を開始する

count
Int32

変換するコード テキスト</コード>>内の<文字数

属性

注釈

の Java ドキュメント java.awt.font.NumericShaper.shape(char[], int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

Shape(Char[], Int32, Int32, Int32)

指定されたコンテキストを使用して、開始と開始 + カウントの間に出現するテキストの数字を変換します。

[Android.Runtime.Register("shape", "([CIII)V", "")]
public void Shape (char[]? text, int start, int count, int context);
[<Android.Runtime.Register("shape", "([CIII)V", "")>]
member this.Shape : char[] * int * int * int -> unit

パラメーター

text
Char[]

文字の配列

start
Int32

インデックスを に変換 text して変換を開始する

count
Int32

変換する 内 text の文字数

context
Int32

文字の変換先のコンテキスト (例: ) NumericShaper.EUROPEAN

属性

注釈

指定されたコンテキストを使用して、開始と開始 + カウントの間に出現するテキストの数字を変換します。 シェーパーがコンテキスト シェーパーでない場合、コンテキストは無視されます。

の Java ドキュメント java.awt.font.NumericShaper.shape(char[], int, int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象