クラス
java.awt.font.GlyphVectorの使用
- 
GlyphVectorを使用しているパッケージ パッケージ 説明 java.awt ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。java.awt.font フォント関連のクラスおよびインタフェースを提供します。
- 
- 
java.awtでのGlyphVectorの使用GlyphVectorを返すjava.awtのメソッド 修飾子と型 メソッド 説明 GlyphVectorFont. createGlyphVector(FontRenderContext frc, char[] chars)このFont内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。GlyphVectorFont. createGlyphVector(FontRenderContext frc, int[] glyphCodes)このFont内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。GlyphVectorFont. createGlyphVector(FontRenderContext frc, String str)このFont内のUnicode cmapに基づいて文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。GlyphVectorFont. createGlyphVector(FontRenderContext frc, CharacterIterator ci)このFont内のUnicode cmapに基づいて指定された文字からグリフに1対1にマッピングすることによって、GlyphVectorを作成します。GlyphVectorFont. layoutGlyphVector(FontRenderContext frc, char[] text, int start, int limit, int flags)可能であればテキストの完全なレイアウトを実行して、新しいGlyphVectorオブジェクトを返します。GlyphVector型のパラメータを持つjava.awtのメソッド 修飾子と型 メソッド 説明 abstract voidGraphics2D. drawGlyphVector(GlyphVector g, float x, float y)Graphics2Dコンテキストの描画属性を使用して、指定されたGlyphVectorのテキストを描画します。
- 
java.awt.fontでのGlyphVectorの使用GlyphVector型のパラメータを持つjava.awt.fontのメソッド 修飾子と型 メソッド 説明 abstract booleanGlyphVector. equals(GlyphVector set)指定されたGlyphVectorがこのGlyphVectorと厳密に等しいかどうかを判定します。
 
-