クラス
java.awt.font.NumericShaperの使用
パッケージ | 説明 |
---|---|
java.awt.font |
フォント関連のクラスおよびインタフェースを提供します。
|
-
java.awt.fontでのNumericShaperの使用
NumericShaperを返すjava.awt.fontのメソッド 修飾子と型 メソッド 説明 static NumericShaper
NumericShaper. getContextualShaper(int ranges)
指定されたUnicodeの1つまたは複数の範囲に対する、コンテキスト依存の形状決定要因を返します。static NumericShaper
NumericShaper. getContextualShaper(int ranges, int defaultContext)
指定されたUnicodeの1つまたは複数の範囲に対する、コンテキスト依存の形状決定要因を返します。static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges)
指定されたUnicodeの1つまたは複数の範囲に対する、コンテキスト依存の形状決定要因を返します。static NumericShaper
NumericShaper. getContextualShaper(Set<NumericShaper.Range> ranges, NumericShaper.Range defaultContext)
指定されたUnicodeの1つまたは複数の範囲に対する、コンテキスト依存の形状決定要因を返します。static NumericShaper
NumericShaper. getShaper(int singleRange)
指定されたUnicodeの範囲に対する形状決定要因を返します。static NumericShaper
NumericShaper. getShaper(NumericShaper.Range singleRange)
指定されたUnicodeの範囲に対する形状決定要因を返します。